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/query/metaQuery.php

    r46586 r47122  
    15641564     */
    15651565    public function test_meta_default_compare() {
    1566         // compare should default to IN when meta_value is an array
     1566        // Compare should default to IN when meta_value is an array.
    15671567        $post_id = self::factory()->post->create();
    15681568        add_post_meta( $post_id, 'foo', 'bar' );
Note: See TracChangeset for help on using the changeset viewer.