[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-content/themes/classic/ -> functions.php (source)

   1  <?php
   2  /**
   3   * @package WordPress
   4   * @subpackage Classic_Theme
   5   */
   6  
   7  add_theme_support( '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  ?>


Generated: Mon Mar 29 03:55:37 2010 Hosted by follow the white rabbit.