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 ) )