diff --git a/wp-admin/users.php b/wp-admin/users.php index a541baf639..cdf0d8b372 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -4,6 +4,7 @@ * * @package WordPress * @subpackage Administration + * @since 1.0.0 */ /** WordPress Administration Bootstrap */ diff --git a/wp-includes/version.php b/wp-includes/version.php index e4812a1cff..0c6be02e36 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35557'; +$wp_version = '4.4-beta3-35558'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.