diff --git a/src/wp-includes/js/wp-embed.js b/src/wp-includes/js/wp-embed.js
index 985f0b8..9758829 100644
|
a
|
b
|
|
| | 1 | /** |
| | 2 | * WordPress oembed service embed code |
| | 3 | * |
| | 4 | * The JavaScript portion of the embed template for the WordPress embed |
| | 5 | * service. |
| | 6 | * |
| | 7 | * Note: this code should not contain the ampersand (&) character, |
| | 8 | * including it can throw errors for manual embeds in WordPress 4.3.x |
| | 9 | * and under. |
| | 10 | * |
| | 11 | * @see https://core.trac.wordpress.org/ticket/34698 |
| | 12 | * |
| | 13 | * @since 4.4.0. |
| | 14 | */ |
| 1 | 15 | (function ( window, document ) { |
| 2 | 16 | 'use strict'; |
| 3 | 17 | |