Make WordPress Core


Ignore:
Timestamp:
10/31/2015 04:37:41 AM (9 years ago)
Author:
pento
Message:

Embeds: Add fallbacks for IE7-9.

Older IE versions need just that little bit of extra tender care to keep them going.

Props peterwilsoncc, swissspidy, pento.

Fixes #34204.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r35449 r35466  
    448448add_action( 'wp_head',                'wp_oembed_add_host_js'                 );
    449449
     450add_action( 'embed_head',             'enqueue_embed_scripts',           1    );
    450451add_action( 'embed_head',             'print_emoji_detection_script'          );
    451 add_action( 'embed_head',             'print_emoji_styles'                    );
    452452add_action( 'embed_head',             'print_embed_styles'                    );
    453453add_action( 'embed_head',             'wp_print_head_scripts',          20    );
Note: See TracChangeset for help on using the changeset viewer.