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

See #31888.


git-svn-id: https://develop.svn.wordpress.org/trunk@32015 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-04-04 21:08:57 +00:00
parent 3e36e59646
commit 2a44016ef8

View File

@ -326,9 +326,11 @@ class WP_Users_List_Table extends WP_List_Table {
* Generate HTML for a single row on the users.php admin panel.
*
* @since 3.1.0
* @since 4.2.0 `$style` argument was deprecated.
* @since 4.2.0 The `$style` argument was deprecated.
* @access public
*
* @global WP_Roles $wp_roles User roles object.
*
* @param object $user_object The current user object.
* @param string $style Deprecated. Not used.
* @param string $role Optional. Key for the $wp_roles array. Default empty.