Make WordPress Core

Changeset 34750


Ignore:
Timestamp:
10/01/2015 08:57:06 PM (8 years ago)
Author:
jeremyfelt
Message:

MS: Remove registration of ID column in Sites and Users list tables.

Reverts a portion of [34289] and leaves the render for the column behind. A plugin can register these fields for display via filter.

Fixes #18661.

Location:
trunk/src/wp-admin/includes
Files:
2 edited

Legend:

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

    r34383 r34750  
    201201        $sites_columns = array(
    202202            'cb'          => '<input type="checkbox" />',
    203             'id'          => __( 'ID' ),
    204203            'blogname'    => __( 'URL' ),
    205204            'lastupdated' => __( 'Last Updated' ),
  • trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php

    r34383 r34750  
    150150        $users_columns = array(
    151151            'cb'         => '<input type="checkbox" />',
    152             'id'         => __( 'ID' ),
    153152            'username'   => __( 'Username' ),
    154153            'name'       => __( 'Name' ),
Note: See TracChangeset for help on using the changeset viewer.