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/tests/phpunit/tests/comment/walker.php

    r46586 r47122  
    5757        if ( 1 === $depth ) {
    5858            $this->test_walker->assertTrue( $this->walker->has_children );
    59             $this->test_walker->assertTrue( $args['has_children'] ); // Back compat
     59            $this->test_walker->assertTrue( $args['has_children'] );  // Back compat.
    6060        } elseif ( 2 === $depth ) {
    6161            $this->test_walker->assertFalse( $this->walker->has_children );
    62             $this->test_walker->assertFalse( $args['has_children'] ); // Back compat
     62            $this->test_walker->assertFalse( $args['has_children'] ); // Back compat.
    6363        }
    6464    }
Note: See TracChangeset for help on using the changeset viewer.