Ticket #7259: 7259-01.patch
| File 7259-01.patch, 1.1 KB (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 /** 716 * Filters the default page titles array 717 * 718 * @since 2.7.0 719 * 720 * @param array $page_default_titles the array of default WP (post_title) titles 721 */ 722 return apply_filters('bp_core_get_directory_page_default_titles', $page_default_titles); 714 723 } 715 724 716 725 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)