Make WordPress Core

Changeset 54245


Ignore:
Timestamp:
09/20/2022 08:17:22 AM (2 years ago)
Author:
audrasjb
Message:

General: Revert [54225].

The My Site screen is not documented on HelpHub yet, so let's re-add the former Codex link for now.

Follow-up to [54225].

Props SergeyBiryukov.
Unprops audrasjb.
See #48987.

File:
1 edited

Legend:

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

    r54225 r54245  
    5050get_current_screen()->set_help_sidebar(
    5151    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    52     '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on My Sites</a>' ) . '</p>' .
     52    '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' .
    5353    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
Note: See TracChangeset for help on using the changeset viewer.