mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@28497 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -208,7 +208,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
||||
<?php if ( current_user_can( 'promote_users' ) ) : ?>
|
||||
<label class="screen-reader-text" for="new_role"><?php _e( 'Change role to…' ) ?></label>
|
||||
<select name="new_role" id="new_role">
|
||||
<option value=''><?php _e( 'Change role to…' ) ?></option>
|
||||
<option value=""><?php _e( 'Change role to…' ) ?></option>
|
||||
<?php wp_dropdown_roles(); ?>
|
||||
</select>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user