diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 6c8f42f831..d13a5b1803 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3902,7 +3902,7 @@ function global_terms_enabled() { * * @since 3.0.0 * - * @param null $anbled Whether global terms are enabled. + * @param null $enabled Whether global terms are enabled. */ $filter = apply_filters( 'global_terms_enabled', null ); if ( ! is_null( $filter ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index a32ce84a37..e61a537f83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32512'; +$wp_version = '4.3-alpha-32513'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.