- Timestamp:
- 08/05/2019 11:06:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r45185 r45751 86 86 */ 87 87 public function prepare_items() { 88 include ( ABSPATH . 'wp-admin/includes/plugin-install.php' );88 include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' ); 89 89 90 90 global $tabs, $tab, $paged, $type, $term;
Note: See TracChangeset
for help on using the changeset viewer.