Make WordPress Core

Ticket #28064: 28064.patch

File 28064.patch, 439 bytes (added by rachelbaker, 7 years ago)

Stops the Name column from appearing sortable

  • src/wp-admin/includes/class-wp-users-list-table.php

     
    336336        protected function get_sortable_columns() {
    337337                $c = array(
    338338                        'username' => 'login',
    339                         'name'     => 'name',
    340339                        'email'    => 'email',
    341340                );
    342341