Changeset 16027
- Timestamp:
- 10/27/2010 11:54:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r16012 r16027 484 484 wp_redirect(add_query_arg('_error_nonce', wp_create_nonce('plugin-activation-error_' . $plugin), $redirect)); // we'll override this later if the plugin can be included without fatal error 485 485 ob_start(); 486 include (WP_PLUGIN_DIR . '/' . $plugin);486 include_once(WP_PLUGIN_DIR . '/' . $plugin); 487 487 488 488 if ( ! $silent ) {
Note: See TracChangeset
for help on using the changeset viewer.