Changeset 4854 for trunk/bp-themes/bp-default/index.php
- Timestamp:
- 07/25/2011 08:44:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/index.php
r4836 r4854 25 25 26 26 <?php if ( is_sticky() ) : ?> 27 <span class="activity sticky-post"><?php echo _x( 'Featured', 'Sticky post', 'buddypress' ); ?></span>27 <span class="activity sticky-post"><?php _ex( 'Featured', 'Sticky post', 'buddypress' ); ?></span> 28 28 <?php endif; ?> 29 29 </div>
Note: See TracChangeset
for help on using the changeset viewer.