﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
66077	Unapproved comment preview renders oEmbed URL differently from the approved comment	johnbillion		"In a block theme whose comments are inside a pattern block (eg. Twenty Twenty-Five), a pending comment containing an embeddable URL renders as an oEmbed in the comment moderation preview, but as a plain link once approved. The preview does not represent what will be published.

Steps to reproduce

1. Twenty Twenty-Five theme, with comments set to require moderation.
2. Logged out, comment on a post with a YouTube video URL on its own line.
3. Observe that the comment preview shows an oEmbed of the video.
4. Approve the comment and view the post. Observe a plain link renders.

The correct behaviour is that a plain link is shown.

An AI agent tells me that the fix is to run `autoembed()` on the source before `do_blocks()` in `render_block_core_pattern()` and `_wp_apply_block_content_filters()`, matching `get_the_block_template_html()` and the `the_content` filter order. Needs confirming, needs tests."	defect (bug)	new	normal	Awaiting Review	Comments		normal		has-patch has-unit-tests		
