From 34715459424280ed1175ca2f98a881c01a0ba16f Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 19 May 2015 06:35:25 +0000 Subject: [PATCH] s/anbled/enabled/ in `global_terms_enabled` filter documentation. Fixes #32436. Built from https://develop.svn.wordpress.org/trunk@32513 git-svn-id: http://core.svn.wordpress.org/trunk@32483 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.