Docs: Fix a minor typo from [34592]. Meant to be past-tense, not present.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@34593


git-svn-id: http://core.svn.wordpress.org/trunk@34557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-26 13:14:25 +00:00
parent 231b6f4d5b
commit 1a91ac752a
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.