- Timestamp:
- 05/29/2015 08:16:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r32116 r32654 30 30 } 31 31 32 /** 33 * 34 * @return bool 35 */ 32 36 public function ajax_user_can() { 33 37 // Do not check edit_theme_options here. AJAX calls for available themes require switch_themes. … … 98 102 /** 99 103 * @param string $which 100 * @return null101 104 */ 102 105 public function tablenav( $which = 'top' ) { … … 125 128 } 126 129 130 /** 131 * 132 * @return array 133 */ 127 134 public function get_columns() { 128 135 return array();
Note: See TracChangeset
for help on using the changeset viewer.