- Timestamp:
- 04/09/2023 11:55:37 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r54378 r55641 89 89 */ 90 90 public function prepare_items() { 91 include_once ABSPATH . 'wp-admin/includes/plugin-install.php';91 require_once ABSPATH . 'wp-admin/includes/plugin-install.php'; 92 92 93 93 global $tabs, $tab, $paged, $type, $term;
Note: See TracChangeset
for help on using the changeset viewer.