Make WordPress Core


Ignore:
Timestamp:
06/10/2011 11:01:45 PM (14 years ago)
Author:
ryan
Message:

Bring out the pinking shears.

File:
1 edited

Legend:

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

    r18222 r18254  
    289289        echo "<select name='action$two'>\n";
    290290        echo "<option value='-1' selected='selected'>" . __( 'Bulk Actions' ) . "</option>\n";
    291        
     291
    292292        foreach ( $this->_actions as $name => $title ) {
    293293            $class = 'edit' == $name ? ' class="hide-if-no-js"' : '';
Note: See TracChangeset for help on using the changeset viewer.