In WP_Links_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@32753


git-svn-id: http://core.svn.wordpress.org/trunk@32724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-06-13 15:33:25 +00:00
parent b8eb353590
commit a56576edfe
2 changed files with 108 additions and 83 deletions

View File

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