Changeset 13660
- Timestamp:
- 12/05/2023 06:43:40 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13658 r13660 702 702 $manage_components = sprintf( 703 703 '<a href="%1$s">%2$s</a>', 704 esc_url( 'https:// codex.buddypress.org/getting-started/configure-components/' ),704 esc_url( 'https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/components.md' ), 705 705 esc_html__( 'Managing Components', 'buddypress' ) 706 706 ); … … 747 747 $manage_settings = sprintf( 748 748 '<a href="%1$s">%2$s</a>', 749 esc_url( 'https:// codex.buddypress.org/getting-started/configure-components/#settings-buddypress-settings' ),749 esc_url( 'https://github.com/buddypress/buddypress/blob/master/docs/user/administration/settings/options.md' ), 750 750 esc_html__( 'Managing Settings', 'buddypress' ) 751 751 ); … … 774 774 $manage_profile_fields = sprintf( 775 775 '<a href="%1$s">%2$s</a>', 776 esc_url( 'https:// codex.buddypress.org/administrator-guide/extended-profiles/' ),776 esc_url( 'https://github.com/buddypress/buddypress/blob/master/docs/user/administration/users/xprofile.md' ), 777 777 esc_html__( 'Managing Profile Fields', 'buddypress' ) 778 778 );
Note: See TracChangeset
for help on using the changeset viewer.