]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/classic/functions.php
Wordpress 3.0.1-scripts
[autoinstalls/wordpress.git] / wp-content / themes / classic / functions.php
1 <?php
2 /**
3  * @package WordPress
4  * @subpackage Classic_Theme
5  */
6
7 automatic_feed_links();
8
9 if ( function_exists('register_sidebar') )
10         register_sidebar(array(
11                 'before_widget' => '<li id="%1$s" class="widget %2$s">',
12                 'after_widget' => '</li>',
13                 'before_title' => '',
14                 'after_title' => '',
15         ));
16
17 ?>