From 365c82b0c9358d9dc4cc56e2d85c94e741af2005 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Tue, 19 May 2015 06:34:18 +0000 Subject: [PATCH] s/anbled/enabled/ in `global_terms_enabled` filter documentation. Fixes #32436. git-svn-id: https://develop.svn.wordpress.org/trunk@32513 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 6c8f42f831..d13a5b1803 100644 --- a/src/wp-includes/functions.php +++ b/src/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 ) )