Ticket #38141: 38141.patch
File 38141.patch, 1.6 KB (added by , 8 years ago) |
---|
-
wp-admin/custom-background.php
97 97 98 98 get_current_screen()->set_help_sidebar( 99 99 '<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>' 102 102 ); 103 103 104 104 wp_enqueue_media(); -
wp-admin/custom-header.php
124 124 125 125 get_current_screen()->set_help_sidebar( 126 126 '<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>' 129 129 ); 130 130 } 131 131