Fix filter doc vernacular for the `quick_edit_show_taxonomy` filter.
See [31308]. See #31888. Built from https://develop.svn.wordpress.org/trunk@32011 git-svn-id: http://core.svn.wordpress.org/trunk@31990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4239756a47
commit
0306f2c011
|
@ -1010,7 +1010,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||||
$show_in_quick_edit = $taxonomy->show_in_quick_edit;
|
$show_in_quick_edit = $taxonomy->show_in_quick_edit;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters whether the current taxonomy should be shown in the Quick Edit panel.
|
* Filter whether the current taxonomy should be shown in the Quick Edit panel.
|
||||||
*
|
*
|
||||||
* @since 4.2.0
|
* @since 4.2.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta4-32010';
|
$wp_version = '4.2-beta4-32011';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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