- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r47122 r47198 35 35 */ 36 36 public function prepare_items() { 37 include( ABSPATH . 'wp-admin/includes/theme-install.php' );37 require ABSPATH . 'wp-admin/includes/theme-install.php'; 38 38 39 39 global $tabs, $tab, $paged, $type, $theme_field_defaults;
Note: See TracChangeset
for help on using the changeset viewer.