Make WordPress Core


Ignore:
Timestamp:
05/03/2022 02:58:54 PM (4 years ago)
Author:
hellofromTonya
Message:

Editor: Update WordPress packages for 6.0 RC1.

Included cherry-picked commits from the Gutenberg plugin that fix bugs discovered after WordPress 6.0 Beta 4.

Props gziolo, zieladam, ndiego.

See #55567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/comment-template.php

    r53278 r53338  
    8080        }
    8181
     82        if ( post_password_required( $block->context['postId'] ) ) {
     83                return;
     84        }
     85
    8286        $comment_query = new WP_Comment_Query(
    8387                build_comment_query_vars_from_block( $block )
Note: See TracChangeset for help on using the changeset viewer.