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/image/siteIcon.php

    r46586 r47122  
    5757        // Remove custom size.
    5858        unset( $this->wp_site_icon->site_icon_sizes[ array_search( 321, $this->wp_site_icon->site_icon_sizes, true ) ] );
    59         // Remove the filter we added
     59        // Remove the filter we added.
    6060        remove_filter( 'site_icon_image_sizes', array( $this, '_custom_test_sizes' ) );
    6161    }
Note: See TracChangeset for help on using the changeset viewer.