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

    r46586 r47122  
    3939     */
    4040    function test_empty() {
    41         //setup post and comments
     41        // Setup post and comments.
    4242        $post_id = self::factory()->post->create(
    4343            array(
     
    6666     */
    6767    function test_threaded_comments() {
    68         //setup post and comments
     68        // Setup post and comments.
    6969        $post     = self::factory()->post->create_and_get(
    7070            array(
     
    8787    function test_option_thread_comments() {
    8888
    89         //setup post and comments
     89        // Setup post and comments.
    9090        $post     = self::factory()->post->create_and_get(
    9191            array(
Note: See TracChangeset for help on using the changeset viewer.