Make WordPress Core

Ticket #54709: 54709.diff

File 54709.diff, 745 bytes (added by jdy68, 3 years ago)
  • src/wp-admin/theme-install.php

    diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php
    index cd3a607ea9..71e95c987c 100644
    a b get_current_screen()->add_help_tab( 
    137137
    138138get_current_screen()->set_help_sidebar(
    139139        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    140         '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/#adding-new-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
     140        '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-themes-screen/#install-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
    141141        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    142142);
    143143