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

    r46586 r47122  
    11<?php
    22
    3 // Test the output of Comment Querying functions
     3// Test the output of Comment Querying functions.
    44
    55/**
     
    14161416        $this->assertEquals( array( $comment_id3, $comment_id ), wp_list_pluck( $comments, 'comment_ID' ) );
    14171417
    1418         // value1 is present on two different keys for $comment_id yet we should get only one instance
    1419         // of that comment in the results
     1418        // 'value1' is present on two different keys for $comment_id,
     1419        // yet we should get only one instance of that comment in the results.
    14201420        $comments = get_comments(
    14211421            array(
Note: See TracChangeset for help on using the changeset viewer.