]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/classic/functions.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-content / themes / classic / functions.php
index a63850cc50240cc62152ea3eabea5ffb83ee55a8..40d4a46f8e19caf50fc7def8e33c738a26687272 100644 (file)
@@ -1,10 +1,14 @@
 <?php
+/**
+ * @package WordPress
+ * @subpackage Classic_Theme
+ */
 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' => '',
+       ));
 
 ?>