Changeset 16128 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 11/01/2010 09:19:50 AM (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r16123 r16128 7 7 * @since 3.1.0 8 8 */ 9 class WP_Themes_ Table extends WP_List_Table {9 class WP_Themes_List_Table extends WP_List_Table { 10 10 11 11 var $search = array(); 12 12 var $features = array(); 13 13 14 function WP_Themes_ Table() {14 function WP_Themes_List_Table() { 15 15 parent::__construct( array( 16 16 'screen' => 'themes',
Note: See TracChangeset
for help on using the changeset viewer.