Changeset 37331
- Timestamp:
- 04/30/2016 03:03:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r36824 r37331 1004 1004 1005 1005 define('WP_UNINSTALL_PLUGIN', $file); 1006 wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . dirname( $file ));1006 wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $file ); 1007 1007 include( WP_PLUGIN_DIR . '/' . dirname($file) . '/uninstall.php' ); 1008 1008
Note: See TracChangeset
for help on using the changeset viewer.