- Timestamp:
- 06/03/2015 03:07:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r32667 r32686 582 582 list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info(); 583 583 584 $extra_class = ' has-row-actionscolumn-primary';584 $extra_class = ' column-primary'; 585 585 586 586 foreach ( $columns as $column_name => $column_display_name ) { … … 720 720 721 721 /** 722 * Get the name of defaultprimary column for this specific list table.722 * Get the name of primary column for this specific list table. 723 723 * 724 724 * @since 4.3.0 725 725 * @access protected 726 726 * 727 * @return string Name for the defaultprimary column, in this case, 'plugin'.728 */ 729 protected function get_ default_primary_column_name() {727 * @return string Unalterable name for the primary column, in this case, 'plugin'. 728 */ 729 protected function get_primary_column_name() { 730 730 return 'plugin'; 731 731 }
Note: See TracChangeset
for help on using the changeset viewer.