Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 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/class-automatic-upgrader-skin.php

    r46597 r47122  
    4242            $this->options['context'] = $context;
    4343        }
    44         // TODO: fix up request_filesystem_credentials(), or split it, to allow us to request a no-output version
    45         // This will output a credentials form in event of failure, We don't want that, so just hide with a buffer
     44        /*
     45         * TODO: Fix up request_filesystem_credentials(), or split it, to allow us to request a no-output version.
     46         * This will output a credentials form in event of failure. We don't want that, so just hide with a buffer.
     47         */
    4648        ob_start();
    4749        $result = parent::request_filesystem_credentials( $error, $context, $allow_relaxed_file_ownership );
Note: See TracChangeset for help on using the changeset viewer.