Changeset 4466 for trunk/bp-themes/bp-default/activity/index.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/activity/index.php
r4454 r4466 95 95 <?php if ( bp_is_active( 'blogs' ) ) : ?> 96 96 97 <option value="new_blog_post"><?php _e( ' BlogPosts', 'buddypress' ) ?></option>98 <option value="new_blog_comment"><?php _e( ' BlogComments', 'buddypress' ) ?></option>97 <option value="new_blog_post"><?php _e( 'Posts', 'buddypress' ) ?></option> 98 <option value="new_blog_comment"><?php _e( 'Comments', 'buddypress' ) ?></option> 99 99 100 100 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.