Ticket #7259: 7259.patch
| File 7259.patch, 983 bytes (added by , 10 years ago) |
|---|
-
src/bp-core/bp-core-functions.php
703 703 * @return array 704 704 */ 705 705 function bp_core_get_directory_page_default_titles() { 706 returnarray(706 $page_default_titles = array( 707 707 'activity' => _x( 'Activity', 'Page title for the Activity directory.', 'buddypress' ), 708 708 'groups' => _x( 'Groups', 'Page title for the Groups directory.', 'buddypress' ), 709 709 'blogs' => _x( 'Sites', 'Page title for the Sites directory.', 'buddypress' ), … … 711 711 'activate' => _x( 'Activate', 'Page title for the user activation screen.', 'buddypress' ), 712 712 'register' => _x( 'Register', 'Page title for the user registration screen.', 'buddypress' ), 713 713 ); 714 715 return apply_filters('bp_core_get_directory_page_default_titles', $page_default_titles); 714 716 } 715 717 716 718 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)