Changeset 34101 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 09/14/2015 01:11:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r34077 r34101 897 897 * @return string The name of the primary column. 898 898 */ 899 p rotectedfunction get_primary_column_name() {899 public function get_primary_column_name() { 900 900 $columns = $this->get_columns(); 901 901 $default = $this->get_default_primary_column_name();
Note: See TracChangeset
for help on using the changeset viewer.