Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

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

    r47060 r47122  
    724724 */
    725725function maintenance_nag() {
    726     include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version
     726    // Include an unmodified $wp_version.
     727    include( ABSPATH . WPINC . '/version.php' );
    727728    global $upgrading;
    728729    $nag = isset( $upgrading );
Note: See TracChangeset for help on using the changeset viewer.