Fix formatting and add a missing return description for inline documentation introduced in [32644] for WP_Plugins_List_Table.

See #25408. See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@32667 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-05-31 01:39:22 +00:00
parent b310f8ddc0
commit cb0fbfa276

View File

@ -719,12 +719,12 @@ class WP_Plugins_List_Table extends WP_List_Table {
}
/**
* Get name of default primary column for this specific list table.
* Get the name of default primary column for this specific list table.
*
* @since 4.3.0
* @access protected
*
* @return string
* @return string Name for the default primary column, in this case, 'plugin'.
*/
protected function get_default_primary_column_name() {
return 'plugin';