From 626169a8ce46f8b3b93e6c8e6f0488c1f315494e Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 22 Jul 2016 13:50:42 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-customize-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 439f50dea4..09e48b290c 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -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 *