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
This commit is contained in:
Jeremy Felt 2015-05-19 06:35:25 +00:00
parent de7074efab
commit 3471545942
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.