Changeset 27158 for trunk/src/wp-admin/update.php
- Timestamp:
- 02/10/2014 10:59:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r25951 r27158 85 85 error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR ); 86 86 @ini_set('display_errors', true); //Ensure that Fatal errors are displayed. 87 include(WP_PLUGIN_DIR . '/' . $plugin); 87 wp_register_plugin_realpath( WP_PLUGIN_DIR . '/' . $plugin ); 88 include( WP_PLUGIN_DIR . '/' . $plugin ); 88 89 } 89 90 iframe_footer();
Note: See TracChangeset
for help on using the changeset viewer.