Make WordPress Core

Changeset 45789


Ignore:
Timestamp:
08/13/2019 07:52:50 PM (5 years ago)
Author:
azaozz
Message:

Remove trailing white space in upgrade.php.

See #46349.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/upgrade.php

    r45788 r45789  
    21282128    // The `admin_email_lifespan` option may have been set by an admin that just logged in,
    21292129    // saw the verification screen, clicked on a button there, and is now upgrading the db,
    2130     // or by populate_options() that is called earlier in upgrade_all(). 
     2130    // or by populate_options() that is called earlier in upgrade_all().
    21312131    // In the second case `admin_email_lifespan` should be reset so the verification screen
    21322132    // is shown next time an admin logs in.
Note: See TracChangeset for help on using the changeset viewer.