]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/functions.php
WordPress 3.4.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / classic / functions.php
index a63850cc50240cc62152ea3eabea5ffb83ee55a8..1bc06e22ad63d82b9e1b5b843205c714dd391dd2 100644 (file)
@@ -1,10 +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' => '',
-    ));
+               'before_widget' => '<li id="%1$s" class="widget %2$s">',
+               'after_widget' => '</li>',
+               'before_title' => '',
+               'after_title' => '',
+       ));
 
 ?>