Ticket #53978: 55131.diff
File 55131.diff, 575 bytes (added by , 3 years ago) |
---|
-
src/wp-admin/includes/class-wp-list-table.php
1079 1079 // If the primary column doesn't exist, 1080 1080 // fall back to the first non-checkbox column. 1081 1081 if ( ! isset( $columns[ $default ] ) ) { 1082 $default = self::get_default_primary_column_name(); 1082 $list_table = new self(); 1083 $default = $list_table->get_default_primary_column_name(); 1083 1084 } 1084 1085 1085 1086 /**