Fix the inline documentation syntax in the hook docs for the email_change_email filter, introduced in 4.3.

Also update the filter summary to reflect that the file is for an "email" change, not a "password" change.

See [32820]. See #32891.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-07-13 22:15:24 +00:00
parent 86f21b4d90
commit 8ef2cd1537
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33244';
$wp_version = '4.3-beta2-33245';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.