Changeset 28644
- Timestamp:
- 05/30/2014 10:07:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r28479 r28644 539 539 ob_start(); 540 540 wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $plugin ); 541 $_wp_plugin_file = $plugin; 541 542 include_once( WP_PLUGIN_DIR . '/' . $plugin ); 543 $plugin = $_wp_plugin_file; // Avoid stomping of the $plugin variable in a plugin. 542 544 543 545 if ( ! $silent ) {
Note: See TracChangeset
for help on using the changeset viewer.