mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Fix the summary for the WP_Users_List_Table->get_default_primary_column_name()
method added in 4.3.
See [32644]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33210 git-svn-id: http://core.svn.wordpress.org/trunk@33182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0322d0e89b
commit
2d0721aab9
@ -475,7 +475,7 @@ class WP_Users_List_Table extends WP_List_Table {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the name of the default primary column.
|
||||
* Gets the name of the default primary column.
|
||||
*
|
||||
* @since 4.3.0
|
||||
* @access protected
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33209';
|
||||
$wp_version = '4.3-beta2-33210';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user