Changeset 4466 for trunk/bp-core/admin/bp-core-admin.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r4338 r4466 294 294 if ( is_multisite() ) { 295 295 $optional_components['blogs'] = array( 296 'title' => __( ' BlogTracking', 'buddypress' ),297 'description' => __( 'Track new blogs, new posts and new comments across your entire blognetwork.', 'buddypress' )296 'title' => __( 'Site Tracking', 'buddypress' ), 297 'description' => __( 'Track new sites, new posts and new comments across your entire network.', 'buddypress' ) 298 298 ); 299 299 } … … 374 374 375 375 if ( is_multisite() ) 376 $directory_pages['blogs'] = __( " BlogsDirectory", 'buddypress' ); ?>376 $directory_pages['blogs'] = __( "Site Directory", 'buddypress' ); ?> 377 377 378 378 <h3><?php _e( 'Directory Pages', 'buddypress' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.