Changeset 1014 for trunk/buddypress-theme/buddypress-home/attachment.php
- Timestamp:
- 02/02/2009 10:26:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/attachment.php
r395 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 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 8 8 … … 25 25 <?php endwhile; else: ?> 26 26 27 <p> Sorry, no attachments matched your criteria.</p>27 <p><?php _e( 'Sorry, no attachments matched your criteria.', 'buddypress' ) ?></p> 28 28 29 29 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.