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:
parent
b310f8ddc0
commit
cb0fbfa276
@ -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
|
* @since 4.3.0
|
||||||
* @access protected
|
* @access protected
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string Name for the default primary column, in this case, 'plugin'.
|
||||||
*/
|
*/
|
||||||
protected function get_default_primary_column_name() {
|
protected function get_default_primary_column_name() {
|
||||||
return 'plugin';
|
return 'plugin';
|
||||||
|
Loading…
Reference in New Issue
Block a user