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

See #31888.

Built from https://develop.svn.wordpress.org/trunk@32015


git-svn-id: http://core.svn.wordpress.org/trunk@31994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-04 21:09:27 +00:00
parent e82de7ef27
commit 654ee78c93
2 changed files with 4 additions and 2 deletions

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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32014';
$wp_version = '4.2-beta4-32015';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.