Make WordPress Core

Ticket #38141: 38141.patch

File 38141.patch, 1.6 KB (added by rianrietveld, 8 years ago)
  • wp-admin/custom-background.php

     
    9797
    9898                get_current_screen()->set_help_sidebar(
    9999                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    100                         '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .
    101                         '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
     100                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen">Documentation on Custom Background</a>' ) . '</p>' .
     101                        '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
    102102                );
    103103
    104104                wp_enqueue_media();
  • wp-admin/custom-header.php

     
    124124
    125125                get_current_screen()->set_help_sidebar(
    126126                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    127                         '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
    128                         '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
     127                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen">Documentation on Custom Header</a>' ) . '</p>' .
     128                        '<p>' . __( '<a href="https://wordpress.org/support/">Support Forums</a>' ) . '</p>'
    129129                );
    130130        }
    131131