diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 8135ddb90a..bf3dcd0677 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -36,7 +36,7 @@ get_current_screen()->add_help_tab( '
' . __( '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.' ) . '
' : '' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 6aa10dcc86..028fd291e8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44810'; +$wp_version = '5.2-alpha-44811'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.