- Timestamp:
- 09/14/2015 08:28:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r34101 r34128 725 725 * @return string Unalterable name for the primary column, in this case, 'name'. 726 726 */ 727 p ublicfunction get_primary_column_name() {727 protected function get_primary_column_name() { 728 728 return 'name'; 729 729 }
Note: See TracChangeset
for help on using the changeset viewer.