Make WordPress Core


Ignore:
Timestamp:
05/19/2014 01:58:28 AM (11 years ago)
Author:
wonderboymusic
Message:

hackificator doesn't like mixed quote styles in some generated HTML. The switch from single to double allows these files to be parsed.

See #27881.

File:
1 edited

Legend:

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

    r28494 r28497  
    209209        <label class="screen-reader-text" for="new_role"><?php _e( 'Change role to&hellip;' ) ?></label>
    210210        <select name="new_role" id="new_role">
    211             <option value=''><?php _e( 'Change role to&hellip;' ) ?></option>
     211            <option value=""><?php _e( 'Change role to&hellip;' ) ?></option>
    212212            <?php wp_dropdown_roles(); ?>
    213213        </select>
Note: See TracChangeset for help on using the changeset viewer.