Make WordPress Core


Ignore:
Timestamp:
03/19/2024 02:44:25 PM (9 months ago)
Author:
audrasjb
Message:

Docs: Update various HelpHub links to avoid unnecessary redirections.

Follow-up to [57793], [57798], [57800], [57801].

Props shailu25.
See #60732, #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r56515 r57854  
    4444get_current_screen()->set_help_sidebar(
    4545    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    46     '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
     46    '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on Site Management</a>' ) . '</p>' .
    4747    '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
    4848);
Note: See TracChangeset for help on using the changeset viewer.