Changeset 5127 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 03/28/2007 05:31:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r4983 r5127 12 12 --> 13 13 14 <li> 14 <?php if ( is_404() || is_category() || is_day() || is_month() || 15 is_year() || is_search() || is_paged() ) { 16 ?> <li> 17 15 18 <?php /* If this is a 404 page */ if (is_404()) { ?> 16 19 <?php /* If this is a category archive */ } elseif (is_category()) { ?> … … 37 40 38 41 <?php } ?> 39 </li> 42 43 </li> <?php }?> 40 44 41 45 <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.