Skip to content

Commit 46a7a89

Browse files
authored
Add explanation to the since tag
1 parent 19b81b7 commit 46a7a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/embed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function wp_oembed_register_route() {
332332
*
333333
* @since 4.4.0
334334
* @since 6.8.0 Output was adjusted to only embed if the post supports it.
335-
* @since 6.9.0 Now runs first at `wp_head` priority 4, with a fallback to priority 10.
335+
* @since 6.9.0 Now runs first at `wp_head` priority 4, with a fallback to priority 10. This helps ensure the discovery links appear within the first 150KB.
336336
*/
337337
function wp_oembed_add_discovery_links() {
338338
// For back-compat, short-circuit if a plugin has removed the action at the original priority.

0 commit comments

Comments
 (0)