From 11e0b8d0b01832eb32c4f92de40153f382d79ac6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 26 Sep 2015 13:13:50 +0000 Subject: [PATCH] Docs: Fix a minor typo from [34592]. Meant to be past-tense, not present. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34593 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/user-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/user-edit.php b/src/wp-admin/user-edit.php index 5f4ac67bcb..315c88de43 100644 --- a/src/wp-admin/user-edit.php +++ b/src/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.