Make WordPress Core


Ignore:
Timestamp:
06/25/2015 04:35:51 PM (10 years ago)
Author:
wonderboymusic
Message:

Remove unused code from WP_MS_Sites_List_Table::display_rows().

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r32755 r32938  
    441441     */
    442442    public function display_rows() {
    443         global $mode;
    444 
    445         if ( 'list' == $mode ) {
    446             $date = __( 'Y/m/d' );
    447         } else {
    448             $date = __( 'Y/m/d g:i:s a' );
    449         }
    450 
    451443        foreach ( $this->items as $blog ) {
    452444            $class = '';
Note: See TracChangeset for help on using the changeset viewer.