Changeset 7999 for trunk/wp-admin/update.php
- Timestamp:
- 05/27/2008 05:55:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r7979 r7999 118 118 show_message($result); 119 119 } else { 120 //Result is the new plugin file relative to PLUGINDIR120 //Result is the new plugin file relative to WP_PLUGIN_DIR 121 121 show_message(__('Plugin upgraded successfully')); 122 122 if( $result && $was_activated ){ … … 165 165 error_reporting( E_ALL ^ E_NOTICE ); 166 166 @ini_set('display_errors', true); //Ensure that Fatal errors are displayed. 167 include( ABSPATH . PLUGINDIR . '/' . $plugin);167 include(WP_PLUGIN_DIR . '/' . $plugin); 168 168 } 169 169 echo "</body></html>";
Note: See TracChangeset
for help on using the changeset viewer.