Make WordPress Core

Changeset 32015


Ignore:
Timestamp:
04/04/2015 09:08:57 PM (10 years ago)
Author:
DrewAPicture
Message:

Clarify 4.2.0 changelog entry, add global description to the DocBlock for WP_Users_List_Table->single_row().

See #31888.

File:
1 edited

Legend:

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

    r31717 r32015  
    327327     *
    328328     * @since 3.1.0
    329      * @since 4.2.0 `$style` argument was deprecated.
    330      * @access public
     329     * @since 4.2.0 The `$style` argument was deprecated.
     330     * @access public
     331     *
     332     * @global WP_Roles $wp_roles User roles object.
    331333     *
    332334     * @param object $user_object The current user object.
Note: See TracChangeset for help on using the changeset viewer.