Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:44:48 PM (5 years ago)
Author:
SergeyBiryukov
Message:

General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

File:
1 edited

Legend:

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

    r45602 r45674  
    258258    get_current_screen()->set_help_sidebar(
    259259        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    260         '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Screen">Documentation on Managing Posts</a>' ) . '</p>' .
     260        '<p>' . __( '<a href="https://wordpress.org/support/article/posts-screen/">Documentation on Managing Posts</a>' ) . '</p>' .
    261261        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    262262    );
     
    283283    get_current_screen()->set_help_sidebar(
    284284        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    285         '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen">Documentation on Managing Pages</a>' ) . '</p>' .
     285        '<p>' . __( '<a href="https://wordpress.org/support/article/pages-screen/">Documentation on Managing Pages</a>' ) . '</p>' .
    286286        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    287287    );
Note: See TracChangeset for help on using the changeset viewer.