diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 7f658848d4..5d0f2c6499 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -322,7 +322,7 @@ if ( ! in_array( 'theme_editor_notice', $dismissed_pointers, true ) ) : echo sprintf( /* translators: %s: Codex URL */ __( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don’t! Editing your theme directly could break your site and your changes may be lost in future updates. If you need to tweak more than your theme’s CSS, you might want to try making a child theme.' ), - esc_url( 'https://codex.wordpress.org/Child_Themes' ) + esc_url( __( 'https://codex.wordpress.org/Child_Themes' ) ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 14dcaa25ee..8c46d265b9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42246'; +$wp_version = '5.0-alpha-42247'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.