Changeset 1014 for trunk/buddypress-theme/buddypress-home/single.php
- Timestamp:
- 02/02/2009 10:26:13 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/buddypress-theme/buddypress-home/single.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/single.php
r938 r1014 4 4 5 5 <div class="widget" id="latest-news"> 6 <h2 class="widgettitle"><?php _e( ' News', 'buddypress' ) ?></h2>6 <h2 class="widgettitle"><?php _e( 'Blog', 'buddypress' ) ?></h2> 7 7 8 8 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> … … 29 29 <?php endwhile; else: ?> 30 30 31 <p> Sorry, no posts matched your criteria.</p>31 <p><?php _e( 'Sorry, no posts matched your criteria.', 'buddypress' ) ?></p> 32 32 33 33 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.