Ticket #28064: 28064.patch
File 28064.patch, 439 bytes (added by , 7 years ago) |
---|
-
src/wp-admin/includes/class-wp-users-list-table.php
336 336 protected function get_sortable_columns() { 337 337 $c = array( 338 338 'username' => 'login', 339 'name' => 'name',340 339 'email' => 'email', 341 340 ); 342 341