Make WordPress Core


Ignore:
Timestamp:
04/29/2013 01:10:50 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove redundant echo calls from list tables. Don't mix string concatenation with direct output. see #24210.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-upgrader.php

    r23912 r24123  
    11301130        $this->done_header = true;
    11311131        echo '<div class="wrap">';
    1132         echo screen_icon();
     1132        screen_icon();
    11331133        echo '<h2>' . $this->options['title'] . '</h2>';
    11341134    }
Note: See TracChangeset for help on using the changeset viewer.