Ticket #1458: theme_switch_sidebar.patch
| File theme_switch_sidebar.patch, 876 bytes (added by chrisdolan, 7 years ago) |
|---|
-
wp-content/themes/classic/sidebar.php
24 24 <?php wp_get_archives('type=monthly'); ?> 25 25 </ul> 26 26 </li> 27 <?php if (function_exists('wp_theme_switcher')) { ?> 28 <li><?php _e('Themes:'); ?> 29 <?php wp_theme_switcher(); ?> 30 </li> 31 <?php } ?> 27 32 <li id="meta"><?php _e('Meta:'); ?> 28 33 <ul> 29 34 <?php wp_register(); ?> -
wp-content/themes/default/sidebar.php
54 54 55 55 <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> 56 56 <?php get_links_list(); ?> 57 57 58 <?php if (function_exists('wp_theme_switcher')) { ?> 59 <li><h2>Themes</h2> 60 <?php wp_theme_switcher(); ?> 61 </li> 62 <?php } ?> 63 58 64 <li><h2>Meta</h2> 59 65 <ul> 60 66 <?php wp_register(); ?>
