Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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-includes/class-wp-customize-setting.php

    r47060 r47122  
    862862        if ( $create ) {
    863863            if ( ! is_array( $node ) ) {
    864                 // account for an array overriding a string or object value
     864                // Account for an array overriding a string or object value.
    865865                $node = array();
    866866            }
Note: See TracChangeset for help on using the changeset viewer.