Initial patch.
[vuplus_webkit] / Websites / webkit.org / blog / wp-content / themes / classic / functions.php
diff --git a/Websites/webkit.org/blog/wp-content/themes/classic/functions.php b/Websites/webkit.org/blog/wp-content/themes/classic/functions.php
new file mode 100644 (file)
index 0000000..1bc06e2
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+/**
+ * @package WordPress
+ * @subpackage Classic_Theme
+ */
+
+automatic_feed_links();
+
+if ( function_exists('register_sidebar') )
+       register_sidebar(array(
+               'before_widget' => '<li id="%1$s" class="widget %2$s">',
+               'after_widget' => '</li>',
+               'before_title' => '',
+               'after_title' => '',
+       ));
+
+?>