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/customize/setting.php

    r46586 r47122  
    387387        $this->assertEquals( 1, did_action( "customize_preview_{$setting->id}" ) );
    388388        $this->assertEquals( 1, did_action( "customize_preview_{$setting->type}" ) );
    389         $this->assertEquals( $this->undefined, $this->custom_type_getter( $name, $this->undefined ) ); // Note: for a non-custom type this is $default
     389        $this->assertEquals( $this->undefined, $this->custom_type_getter( $name, $this->undefined ) ); // Note: for a non-custom type this is $default.
    390390        $this->assertEquals( $default, $setting->value() ); // Should be same as above.
    391391
Note: See TracChangeset for help on using the changeset viewer.