Make WordPress Core


Ignore:
Timestamp:
02/05/2021 02:42:01 PM (6 years ago)
Author:
johnbillion
Message:

Users: Coding standards fixes after [50228].

See #52238

File:
1 edited

Legend:

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

    r50228 r50229  
    301301                        <option value=""><?php _e( 'Change role to&hellip;' ); ?></option>
    302302                        <?php wp_dropdown_roles(); ?>
    303                         <option value="none"><?php echo __( '&mdash; No role for this site &mdash;' ) ?> </option>
     303                        <option value="none"><?php _e( '&mdash; No role for this site &mdash;' ); ?></option>
    304304                </select>
    305305                        <?php
Note: See TracChangeset for help on using the changeset viewer.