Changeset 1014 for trunk/buddypress-theme/buddypress-home/search.php
- Timestamp:
- 02/02/2009 10:26:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/buddypress-theme/buddypress-home/search.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/search.php
r697 r1014 4 4 5 5 <div class="widget" id="latest-news"> 6 <h2 class="widgettitle"> News</h2>6 <h2 class="widgettitle"><?php _e( 'Blog', 'buddypress' ) ?></h2> 7 7 8 8 <?php if (have_posts()) : ?> 9 9 10 <h3 class="pagetitle"> Search Results</h3>10 <h3 class="pagetitle"><?php _e( 'Search Results', 'buddypress' ) ?></h3> 11 11 12 12 <div class="navigation"> … … 21 21 <small><?php the_time('l, F jS, Y') ?></small> 22 22 23 <p class="postmetadata"> Posted in<?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>23 <p class="postmetadata"><?php _e( 'Posted in', 'buddypress' ) ?> <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> 24 24 </div> 25 25 … … 33 33 <?php else : ?> 34 34 35 <h2 class="center"> No posts found. Try a different search?</h2>35 <h2 class="center"><?php _e( 'No posts found. Try a different search?' ) ?></h2> 36 36 <?php include (TEMPLATEPATH . '/searchform.php'); ?> 37 37
Note: See TracChangeset
for help on using the changeset viewer.