mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Remove unused code from WP_MS_Sites_List_Table::display_rows().
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
017d27a2c1
commit
1bae0bb006
@ -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 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user