Changeset 47808 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r47198 r47808 108 108 } 109 109 110 if ( 'query_plugins' == $action ) {110 if ( 'query_plugins' === $action ) { 111 111 if ( ! isset( $args->per_page ) ) { 112 112 $args->per_page = 24; … … 463 463 } 464 464 465 if ( 'install' == $status ) {465 if ( 'install' === $status ) { 466 466 if ( is_dir( WP_PLUGIN_DIR . '/' . $api->slug ) ) { 467 467 $installed_plugin = get_plugins( '/' . $api->slug );
Note: See TracChangeset
for help on using the changeset viewer.