Skip to content

Commit

Permalink
Update action in Comment Reply Link block
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 12, 2023
1 parent 2537fcf commit 2d806dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/comment-reply-link/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function render_block_core_comment_reply_link( $attributes, $content, $block ) {
'class_name' => 'comment-reply-link',
)
) ) {
$p->set_attribute( 'data-wp-on--click', 'actions.core.comments.changeReplyTo' );
$p->set_attribute( 'data-wp-on--click', 'actions.changeReplyTo' );
}
$comment_reply_link = $p->get_updated_html();

Expand Down

0 comments on commit 2d806dc

Please sign in to comment.