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/members/single/activity.php

    r4454 r4466  
    2525                    if ( bp_is_active( 'blogs' ) ) : ?>
    2626
    27                         <option value="new_blog_post"><?php _e( 'Blog Posts', 'buddypress' ) ?></option>
    28                         <option value="new_blog_comment"><?php _e( 'Blog Comments', 'buddypress' ) ?></option>
     27                        <option value="new_blog_post"><?php _e( 'Posts', 'buddypress' ) ?></option>
     28                        <option value="new_blog_comment"><?php _e( 'Comments', 'buddypress' ) ?></option>
    2929
    3030                    <?php
Note: See TracChangeset for help on using the changeset viewer.