Remove unused code from WP_MS_Sites_List_Table::display_rows().

See #32444.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-06-25 16:36:29 +00:00
parent 8005ccff74
commit d9bd43c702
2 changed files with 1 additions and 9 deletions

View File

@ -440,14 +440,6 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
* @global string $mode
*/
public function display_rows() {
global $mode;
if ( 'list' == $mode ) {
$date = __( 'Y/m/d' );
} else {
$date = __( 'Y/m/d g:i:s a' );
}
foreach ( $this->items as $blog ) {
$class = '';
reset( $this->status_list );

View File

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