diff --git a/wp-includes/version.php b/wp-includes/version.php index 5e1af336cb..17973ff821 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta2-61774'; +$wp_version = '7.0-beta2-61775'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-login.php b/wp-login.php index 52b4f90673..abedea82c3 100644 --- a/wp-login.php +++ b/wp-login.php @@ -184,7 +184,7 @@ function login_header( $title = null, $message = '', $wp_error = null ) { } } - $classes[] = ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); + $classes[] = 'locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); /** * Filters the login page body classes.