Changeset 8705 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 07/27/2014 05:48:17 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r8677 r8705 25 25 return false; 26 26 27 add_users_page( _ _( 'Profile Fields', 'buddypress' ), __( 'Profile Fields', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' );27 add_users_page( _x( 'Profile Fields', 'xProfile admin page title', 'buddypress' ), _x( 'Profile Fields', 'Admin Users menu', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' ); 28 28 } 29 29 add_action( bp_core_admin_hook(), 'xprofile_add_admin_menu' ); … … 69 69 70 70 <h2> 71 <?php _e ( 'Profile Fields', 'buddypress'); ?>71 <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?> 72 72 <a id="add_group" class="add-new-h2" href="users.php?page=bp-profile-setup&mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a> 73 73 </h2>
Note: See TracChangeset
for help on using the changeset viewer.