mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Docs: Fix typo in hook description for customize_save_validation_before.
See #37318. git-svn-id: https://develop.svn.wordpress.org/trunk@38140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1085,7 +1085,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* Plugins can add just-in-time {@see 'customize_validate_{$this->ID}'} filters
|
||||
* at this point to catch any settings registered after `customize_register`.
|
||||
* The dynamic portion of the hook name, `$this->ID` referrs to the setting ID.
|
||||
* The dynamic portion of the hook name, `$this->ID` refers to the setting ID.
|
||||
*
|
||||
* @since 4.6.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user