diff --git a/wp-admin/users.php b/wp-admin/users.php index 24367647b2..214c06d8d3 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -491,9 +491,11 @@ if ( ! empty($messages) ) { } ?>
-

-

+ + @@ -505,7 +507,8 @@ if ( strlen( $usersearch ) ) { printf( '' . __( 'Search results for “%s”' ) . '', esc_html( $usersearch ) ); } ?> - + +
views(); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 0d365e54a5..d62890852a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39533'; +$wp_version = '4.8-alpha-39534'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.