Changeset 5151 for trunk/wp-content/themes/classic/sidebar.php
- Timestamp:
- 03/31/2007 04:57:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/sidebar.php
r4762 r5151 4 4 5 5 <ul> 6 <?php /* Widgetized sidebar, if you have the plugin installed. */ 7 if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> 6 8 <?php wp_list_pages('title_li=' . __('Pages:')); ?> 7 9 <?php wp_list_bookmarks('title_after=&title_before='); ?> … … 33 35 </ul> 34 36 </li> 37 <?php endif; ?> 35 38 36 39 </ul>
Note: See TracChangeset
for help on using the changeset viewer.