mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
e82de7ef27
commit
654ee78c93
@ -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.
|
* Generate HTML for a single row on the users.php admin panel.
|
||||||
*
|
*
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
* @since 4.2.0 `$style` argument was deprecated.
|
* @since 4.2.0 The `$style` argument was deprecated.
|
||||||
* @access public
|
* @access public
|
||||||
*
|
*
|
||||||
|
* @global WP_Roles $wp_roles User roles object.
|
||||||
|
*
|
||||||
* @param object $user_object The current user object.
|
* @param object $user_object The current user object.
|
||||||
* @param string $style Deprecated. Not used.
|
* @param string $style Deprecated. Not used.
|
||||||
* @param string $role Optional. Key for the $wp_roles array. Default empty.
|
* @param string $role Optional. Key for the $wp_roles array. Default empty.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user