In WP_Media_List_Table::display_rows():

* Move the giant `switch` statement into methods
* Call `-single_row_columns()`, which it inherits from `WP_List_Table`

See #29881.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-06-13 15:57:27 +00:00
parent a56576edfe
commit ba8cfcab71
2 changed files with 229 additions and 205 deletions

View File

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