Make WordPress Core

Changeset 54225

Timestamp:
09/19/2022 10:35:20 PM (23 months ago)
Author:
audrasjb
Message:

General: Replace Codex links with their HelpHub counterparts - My Sites screen

Props chaton666.
See #48987.

File:
1 edited

Legend:

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

    r51475 r54225  
    5050get_current_screen()->set_help_sidebar(
    5151    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    52     '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen">Documentation on My Sites</a>' ) . '</p>' .
     52    '<p>' . __( '<a href="https://">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.