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/tests/phpunit/tests/general/template.php

    r46698 r47122  
    235235        $this->site_icon_url = $upload['url'];
    236236
    237         // Save the data
     237        // Save the data.
    238238        $this->site_icon_id = $this->_make_attachment( $upload );
    239239        return $this->site_icon_id;
     
    446446     */
    447447    function test_get_the_modified_time_failures_are_filtered() {
    448         // Remove global post objet
     448        // Remove global post object.
    449449        $GLOBALS['post'] = null;
    450450
     
    517517     */
    518518    function test_get_the_modified_date_failures_are_filtered() {
    519         // Remove global post objet
     519        // Remove global post object.
    520520        $GLOBALS['post'] = null;
    521521
Note: See TracChangeset for help on using the changeset viewer.