mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Add a private
field to WP_Terms_List_Table
, $level
.
See #30891. Built from https://develop.svn.wordpress.org/trunk@31166 git-svn-id: http://core.svn.wordpress.org/trunk@31147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
194932fd6b
commit
4f6de09a5b
@ -11,6 +11,8 @@ class WP_Terms_List_Table extends WP_List_Table {
|
||||
|
||||
public $callback_args;
|
||||
|
||||
private $level;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31165';
|
||||
$wp_version = '4.2-alpha-31166';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user