Changeset 41561
- Timestamp:
- 09/22/2017 02:00:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r41560 r41561 1910 1910 array_map( 'remove_all_actions', array_keys( $tested_actions ) ); 1911 1911 1912 include ( WP_PLUGIN_DIR . '/' . $plugin );1912 include_once( WP_PLUGIN_DIR . '/' . $plugin ); 1913 1913 1914 1914 // Trigger key actions that are done on the plugin editor to cause the relevant plugin hooks to fire and potentially cause errors.
Note: See TracChangeset
for help on using the changeset viewer.