Ticket #11320: header.php.2.patch
| File header.php.2.patch, 874 bytes (added by miqrogroove, 3 years ago) |
|---|
-
wp-content/themes/default/functions.php
6 6 7 7 $content_width = 450; 8 8 9 automatic_feed_links();10 11 9 if ( function_exists('register_sidebar') ) { 12 10 register_sidebar(array( 13 11 'before_widget' => '<li id="%1$s" class="widget %2$s">', -
wp-content/themes/default/header.php
30 30 31 31 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> 32 32 33 <?php automatic_feed_links(); ?> 33 34 <?php wp_head(); ?> 34 35 </head> 35 36 <body <?php body_class(); ?>>
