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/filesystem/findFolder.php

    r46586 r47122  
    110110        $this->assertEquals( '/example.com/sub/', $path );
    111111
    112         // sub.example.com - Plugins
     112        // sub.example.com - Plugins.
    113113        $path = $fs->find_folder( '/var/www/example.com/sub/wp-content/plugins/' );
    114114        $this->assertEquals( '/example.com/sub/wp-content/plugins/', $path );
Note: See TracChangeset for help on using the changeset viewer.