Changeset 13471 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 05/07/2023 11:36:50 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13469 r13471 670 670 break; 671 671 672 // Pages page.673 case 'settings_page_bp-page-settings':674 // Help tabs.675 $screen->add_help_tab(676 array(677 'id' => 'bp-page-overview',678 'title' => __( 'Overview', 'buddypress' ),679 'content' => bp_core_add_contextual_help_content( 'bp-page-overview' ),680 )681 );682 683 // Help panel - sidebar links.684 $screen->set_help_sidebar(685 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' .686 '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages">Managing Pages</a>', 'buddypress' ) . '</p>' .687 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'688 );689 690 break;691 692 672 // Settings page. 693 673 case 'settings_page_bp-settings': … … 732 712 } 733 713 add_action( 'load-settings_page_bp-components', 'bp_core_add_contextual_help' ); 734 add_action( 'load-settings_page_bp-page-settings', 'bp_core_add_contextual_help' );735 714 add_action( 'load-settings_page_bp-settings', 'bp_core_add_contextual_help' ); 736 715 add_action( 'load-users_page_bp-profile-setup', 'bp_core_add_contextual_help' ); … … 749 728 case 'bp-comp-overview': 750 729 $retval = __( 'By default, all but four of the BuddyPress components are enabled. You can selectively enable or disable any of the components by using the form below. Your BuddyPress installation will continue to function. However, the features of the disabled components will no longer be accessible to anyone using the site.', 'buddypress' ); 751 break;752 753 case 'bp-page-overview':754 $retval = __( 'BuddyPress Components use WordPress Pages for their root directory/archive pages. You can change the page associations for each active component by using the form below.', 'buddypress' );755 730 break; 756 731 … … 1493 1468 * 1494 1469 * @since 8.0.0 1470 * @since 12.0.0 This category is left for third party plugin but not used anymmore. 1471 * 1472 * @todo deprecate. 1495 1473 */ 1496 1474 function bp_block_init_category_filter() {
Note: See TracChangeset
for help on using the changeset viewer.