Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/06/2011 08:44:17 PM (14 years ago)
Author:
djpaul
Message:

s/blogs/sites. Fixes #2164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/index.php

    r4454 r4466  
    9595                            <?php if ( bp_is_active( 'blogs' ) ) : ?>
    9696
    97                                 <option value="new_blog_post"><?php _e( 'Blog Posts', 'buddypress' ) ?></option>
    98                                 <option value="new_blog_comment"><?php _e( 'Blog Comments', 'buddypress' ) ?></option>
     97                                <option value="new_blog_post"><?php _e( 'Posts', 'buddypress' ) ?></option>
     98                                <option value="new_blog_comment"><?php _e( 'Comments', 'buddypress' ) ?></option>
    9999
    100100                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.