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/admin/includesTheme.php

    r46586 r47122  
    1616        add_filter( 'template_root', array( $this, '_theme_root' ) );
    1717
    18         // clear caches
     18        // Clear caches.
    1919        wp_clean_themes_cache();
    2020        unset( $GLOBALS['wp_themes'] );
     
    3232    }
    3333
    34     // replace the normal theme root dir with our premade test dir
     34    // Replace the normal theme root directory with our premade test directory.
    3535    function _theme_root( $dir ) {
    3636        return $this->theme_root;
Note: See TracChangeset for help on using the changeset viewer.