Changeset 13770 for trunk/wp-content/themes/default/sidebar.php
- Timestamp:
- 03/19/2010 09:29:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/sidebar.php
r12657 r13770 43 43 for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p> 44 44 45 <?php /* If this set is paginated */ } elseif ( isset($_GET['paged']) && !empty($_GET['paged'])) { ?>45 <?php /* If this set is paginated */ } elseif ( !empty($_GET['paged']) ) { ?> 46 46 <p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives.</p> 47 47
Note: See TracChangeset
for help on using the changeset viewer.