Docs: Fix typo in WP_Hook::resort_active_iterations() description.

Props itowhid06.
Fixes #47999.
Built from https://develop.svn.wordpress.org/trunk@46082


git-svn-id: http://core.svn.wordpress.org/trunk@45894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-09-08 13:16:55 +00:00
parent c0b5127683
commit 0393a78206
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ final class WP_Hook implements Iterator, ArrayAccess {
} }
/** /**
* Handles reseting callback priority keys mid-iteration. * Handles resetting callback priority keys mid-iteration.
* *
* @since 4.7.0 * @since 4.7.0
* *

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-46081'; $wp_version = '5.3-alpha-46082';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.