diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index 8135ddb90a..bf3dcd0677 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -36,7 +36,7 @@ get_current_screen()->add_help_tab( '
  • ' . __( 'Screen reader users: when in forms mode, you may need to press the Esc key twice.' ) . '
  • ' . '' . '

    ' . __( 'After typing in your edits, click Update File.' ) . '

    ' . - '

    ' . __( 'Advice: think very carefully about your site crashing if you are live-editing the theme currently in use.' ) . '

    ' . + '

    ' . __( 'Advice: Think very carefully about your site crashing if you are live-editing the theme currently in use.' ) . '

    ' . /* translators: %s: link to codex article about child themes */ '

    ' . sprintf( __( 'Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme instead.' ), __( 'https://codex.wordpress.org/Child_Themes' ) ) . '

    ' . ( is_network_admin() ? '

    ' . __( 'Any edits to files from this screen will be reflected on all sites in the network.' ) . '

    ' : '' ),