Changeset 19593 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r19112 r19593 200 200 201 201 if ( 'install' == $status ) { 202 if ( is_dir( WP_PLUGIN_DIR 202 if ( is_dir( WP_PLUGIN_DIR . '/' . $api->slug ) ) { 203 203 $installed_plugin = get_plugins('/' . $api->slug); 204 204 if ( empty($installed_plugin) ) {
Note: See TracChangeset
for help on using the changeset viewer.