diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 439f50dea4..09e48b290c 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index d0f00dd509..93d867b4dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta4-38139'; +$wp_version = '4.6-beta4-38140'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.