Changeset 25307 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 09/09/2013 06:44:25 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r25219 r25307 315 315 global $wp_filesystem; 316 316 317 include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; 318 317 319 if ( $reinstall ) 318 320 $url = 'update-core.php?action=do-core-reinstall'; … … 348 350 $update->response = 'reinstall'; 349 351 350 $result = wp_update_core($update, 'show_message'); 352 add_filter( 'update_feedback', 'show_message' ); 353 354 $upgrader = new Core_Upgrader(); 355 $result = $upgrader->upgrade( $update ); 351 356 352 357 if ( is_wp_error($result) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)