mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
c0b5127683
commit
0393a78206
@ -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
|
||||
*
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @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.
|
||||
|
Loading…
Reference in New Issue
Block a user