diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 5f4ac67bcb..315c88de43 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -442,7 +442,7 @@ if ( is_multisite() && is_network_admin() && ! IS_PROFILE_PAGE && current_user_c * Filter the display of the password fields. * * @since 1.5.1 - * @since 2.8.0 Add the `$profileuser` parameter. + * @since 2.8.0 Added the `$profileuser` parameter. * @since 4.4.0 Now evaluated only in user-edit.php. * * @param bool $show Whether to show the password fields. Default true. diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a867fc2c4..b9b157eb4b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34592'; +$wp_version = '4.4-alpha-34593'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.