Changeset 29206 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r28530 r29206 541 541 check_admin_referer('upgrade-core'); 542 542 543 // do the (un)dismiss actions before headers, 544 // so that they can redirect 543 // Do the (un)dismiss actions before headers, so that they can redirect. 545 544 if ( isset( $_POST['dismiss'] ) ) 546 545 do_dismiss_core_update();
Note: See TracChangeset
for help on using the changeset viewer.