mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Make WP_List_Table::get_primary_column_name() public in list table classes that have it.
Fixes #33854. git-svn-id: https://develop.svn.wordpress.org/trunk@34101 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -724,7 +724,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
*
|
||||
* @return string Unalterable name for the primary column, in this case, 'name'.
|
||||
*/
|
||||
protected function get_primary_column_name() {
|
||||
public function get_primary_column_name() {
|
||||
return 'name';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user