diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 89047bab98..fa1d2ffad4 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1567,14 +1567,14 @@ function wp_welcome_panel() {

- +

true ) ) ) > 1 ) ) : ?> -

change your theme completely' ), $customize_themes_link ); ?>

+ +

change your theme completely' ), $themes_link ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index be619fcd01..8034492b3c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42165'; +$wp_version = '5.0-alpha-42169'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.