- 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-ms-themes-list-table.php
r32650 r32654 48 48 } 49 49 50 /** 51 * 52 * @return array 53 */ 50 54 protected function get_table_classes() { 51 55 // todo: remove and add CSS for .themes … … 53 57 } 54 58 59 /** 60 * 61 * @return bool 62 */ 55 63 public function ajax_user_can() { 56 64 if ( $this->is_site_themes ) … … 224 232 } 225 233 234 /** 235 * 236 * @return array 237 */ 226 238 protected function get_sortable_columns() { 227 239 return array( … … 292 304 293 305 /** 294 *295 306 * @global string $status 307 * 296 308 * @return array 297 309 */ … … 323 335 * @global string $s 324 336 * @global array $totals 337 * 325 338 * @param WP_Theme $theme 326 339 */
Note: See TracChangeset
for help on using the changeset viewer.