| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Summary view] [Print] [Text view]
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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |