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/update-core.php

    r47061 r47122  
    592592
    593593    if ( ! WP_Filesystem( $credentials, ABSPATH, $allow_relaxed_file_ownership ) ) {
    594         // Failed to connect, Error and request again
     594        // Failed to connect. Error and request again.
    595595        request_filesystem_credentials( $url, '', true, ABSPATH, array( 'version', 'locale' ), $allow_relaxed_file_ownership );
    596596        echo '</div>';
     
    733733
    734734if ( 'upgrade-core' == $action ) {
    735     // Force a update check when requested
     735    // Force a update check when requested.
    736736    $force_check = ! empty( $_GET['force-check'] );
    737737    wp_version_check( array(), $force_check );
Note: See TracChangeset for help on using the changeset viewer.