Fix the summary for the WP_Users_List_Table->get_default_primary_column_name() method added in 4.3.

See [32644]. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 19:48:01 +00:00
parent 0aecc0ce8b
commit 760563a3c5

View File

@ -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