Changeset 11081 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 09/10/2016 05:08:19 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r11080 r11081 695 695 */ 696 696 function bp_core_get_directory_page_default_titles() { 697 return array(698 'activity' => _x( 'Activity', 'Page title for the Activity directory.', 'buddypress' ),699 'groups' => _x( 'Groups', 'Page title for the Groups directory.', 'buddypress' ),700 'blogs' => _x( 'Sites', 'Page title for the Sites directory.', 'buddypress' ),701 'members' => _x( 'Members', 'Page title for the Members directory.', 'buddypress' ),702 'activate' => _x( 'Activate', 'Page title for the user activation screen.', 'buddypress' ),703 'register' => _x( 'Register', 'Page title for the user registration screen.', 'buddypress' ),704 );697 return array( 698 'activity' => _x( 'Activity', 'Page title for the Activity directory.', 'buddypress' ), 699 'groups' => _x( 'Groups', 'Page title for the Groups directory.', 'buddypress' ), 700 'blogs' => _x( 'Sites', 'Page title for the Sites directory.', 'buddypress' ), 701 'members' => _x( 'Members', 'Page title for the Members directory.', 'buddypress' ), 702 'activate' => _x( 'Activate', 'Page title for the user activation screen.', 'buddypress' ), 703 'register' => _x( 'Register', 'Page title for the user registration screen.', 'buddypress' ), 704 ); 705 705 } 706 706
Note: See TracChangeset
for help on using the changeset viewer.