Changeset 32656 for trunk/src/wp-admin/includes/list-table.php
- Timestamp:
- 05/29/2015 09:31:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/list-table.php
r32642 r32656 102 102 } 103 103 104 /** 105 * @access protected 106 * 107 * @return array 108 */ 104 109 protected function get_column_info() { 105 110 $columns = get_column_headers( $this->_screen ); … … 110 115 } 111 116 117 /** 118 * @access public 119 * 120 * @return array 121 */ 112 122 public function get_columns() { 113 123 return $this->_columns;
Note: See TracChangeset
for help on using the changeset viewer.