mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
8005ccff74
commit
d9bd43c702
@ -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 );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user