Make WordPress Core

Changeset 60889


Ignore:
Timestamp:
10/02/2025 03:09:37 PM (6 hours ago)
Author:
SergeyBiryukov
Message:

Docs: Correct formatting for some DocBlocks in Comment Template block tests.

Follow-up to [53172], [53298], [53336], [56262].

Props mukesh27.
See #63166.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/blocks/renderCommentTemplate.php

    r59081 r60889  
    8080    /**
    8181     * @ticket 55505
     82     *
    8283     * @covers ::build_comment_query_vars_from_block
    8384     */
     
    111112    /**
    112113     * @ticket 55567
     114     *
    113115     * @covers ::build_comment_query_vars_from_block
    114116     */
     
    141143    /**
    142144     * @ticket 55505
     145     *
    143146     * @covers ::build_comment_query_vars_from_block
    144147     */
     
    171174     *
    172175     * @ticket 55658
     176     *
    173177     * @covers ::build_comment_query_vars_from_block
    174178     */
     
    223227     * @ticket 55505
    224228     * @ticket 60806
     229     *
    225230     * @covers ::build_comment_query_vars_from_block
    226231     */
     
    422427     *
    423428     * @ticket 55634
     429     *
    424430     * @covers ::build_comment_query_vars_from_block
    425431     */
     
    538544            static function ( $block_content, $block ) use ( $parsed_comment_author_name_block ) {
    539545                /*
    540                 * Insert a Comment Author Name block (which requires `commentId`
    541                 * block context to work) after the Comment Content block.
    542                 */
     546                 * Insert a Comment Author Name block (which requires `commentId`
     547                 * block context to work) after the Comment Content block.
     548                 */
    543549                if ( 'core/comment-content' !== $block['blockName'] ) {
    544550                    return $block_content;
Note: See TracChangeset for help on using the changeset viewer.