Changeset 32667
- Timestamp:
- 05/31/2015 01:39:22 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r32654 r32667 720 720 721 721 /** 722 * Get name of default primary column for this specific list table.722 * Get the name of default primary column for this specific list table. 723 723 * 724 724 * @since 4.3.0 725 725 * @access protected 726 726 * 727 * @return string 727 * @return string Name for the default primary column, in this case, 'plugin'. 728 728 */ 729 729 protected function get_default_primary_column_name() {
Note: See TracChangeset
for help on using the changeset viewer.