Make WordPress Core

Ticket #34698: 34698.4.diff

File 34698.4.diff, 628 bytes (added by peterwilsoncc, 10 years ago)
  • src/wp-includes/js/wp-embed.js

    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 */
    115(function ( window, document ) {
    216        'use strict';
    317