mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
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:
parent
de7074efab
commit
3471545942
@ -3902,7 +3902,7 @@ function global_terms_enabled() {
|
|||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @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 );
|
$filter = apply_filters( 'global_terms_enabled', null );
|
||||||
if ( ! is_null( $filter ) )
|
if ( ! is_null( $filter ) )
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user