In WP_List_Table, add a property, $modes, to allow WP_Media_List_Table to inherit ->view_switcher().

See #30224.

Built from https://develop.svn.wordpress.org/trunk@30154


git-svn-id: http://core.svn.wordpress.org/trunk@30154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2014-11-01 19:56:24 +00:00
parent be707cd614
commit 0b9c1be743
3 changed files with 23 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-alpha-30153';
$wp_version = '4.1-alpha-30154';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.