Make WordPress Core


Ignore:
Timestamp:
12/20/2012 03:55:32 PM (13 years ago)
Author:
helen
Message:

its <=> it's in documentation, along with a rogue the, The, and looses. props trepmal. fixes #22665.

File:
1 edited

Legend:

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

    r22689 r23191  
    261261            $edit .= $this->row_actions( $actions );
    262262
    263             // Set up the checkbox ( because the user is editable, otherwise its empty )
     263            // Set up the checkbox ( because the user is editable, otherwise it's empty )
    264264            $checkbox = '<label class="screen-reader-text" for="cb-select-' . $user_object->ID . '">' . sprintf( __( 'Select %s' ), $user_object->user_login ) . '</label>'
    265265                        . "<input type='checkbox' name='users[]' id='user_{$user_object->ID}' class='$role' value='{$user_object->ID}' />";
Note: See TracChangeset for help on using the changeset viewer.