diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 8c8409090d..ecb4ce73e8 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -83,7 +83,9 @@ if ( get_option( 'start_of_week' ) != $wp_locale->start_of_week ) { class="regular-text code" /> +

want your site home page to be different from your WordPress installation directory.' ); ?>

+ diff --git a/wp-includes/version.php b/wp-includes/version.php index 8d9d59f332..4bdcdd1248 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta1-35410'; +$wp_version = '4.4-beta1-35411'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.