mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
Embeds: After [35235], replace some missed oembed references with embed.
Props peterwilsoncc. Fixes #34272. git-svn-id: https://develop.svn.wordpress.org/trunk@35253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -466,7 +466,7 @@ function wp_default_scripts( &$scripts ) {
|
||||
),
|
||||
) );
|
||||
|
||||
$scripts->add( 'wp-oembed', "/wp-includes/js/wp-oembed$suffix.js" );
|
||||
$scripts->add( 'wp-embed', "/wp-includes/js/wp-embed$suffix.js" );
|
||||
|
||||
// To enqueue media-views or media-editor, call wp_enqueue_media().
|
||||
// Both rely on numerous settings, styles, and templates to operate correctly.
|
||||
|
||||
Reference in New Issue
Block a user