Make WordPress Core


Ignore:
Timestamp:
12/29/2020 08:12:42 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Second pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Follow-up to [45674-45677].

Props marcio-zebedeu, zodiac1978, netweb.
See #48987.

File:
1 edited

Legend:

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

    r49013 r49912  
    6161get_current_screen()->set_help_sidebar(
    6262    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    63     '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Settings_Screen">Documentation on Network Settings</a>' ) . '</p>' .
     63    '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-settings-screen/">Documentation on Network Settings</a>' ) . '</p>' .
    6464    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6565);
Note: See TracChangeset for help on using the changeset viewer.