Skip to:
Content

BuddyPress.org

Changeset 13660


Ignore:
Timestamp:
12/05/2023 06:43:40 AM (14 months ago)
Author:
imath
Message:

Update the documentation link of 3 Admin Help Tabs

Corresponding Administration Screens are:

  • BP Settings > Component,
  • BP Settings > Options,
  • Users > Profile Fields.

Fixes #9004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-functions.php

    r13658 r13660  
    702702            $manage_components = sprintf(
    703703                '<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' ),
    705705                esc_html__( 'Managing Components', 'buddypress' )
    706706            );
     
    747747            $manage_settings = sprintf(
    748748                '<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' ),
    750750                esc_html__( 'Managing Settings', 'buddypress' )
    751751            );
     
    774774            $manage_profile_fields = sprintf(
    775775                '<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' ),
    777777                esc_html__( 'Managing Profile Fields', 'buddypress' )
    778778            );
Note: See TracChangeset for help on using the changeset viewer.