Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r28530 r29206  
    541541    check_admin_referer('upgrade-core');
    542542
    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.
    545544    if ( isset( $_POST['dismiss'] ) )
    546545        do_dismiss_core_update();
Note: See TracChangeset for help on using the changeset viewer.