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/embed-template.php

    r35430 r35466  
    1515}
    1616
    17 wp_enqueue_style( 'open-sans' );
    18 
    1917?>
    2018<!DOCTYPE html>
    21 <html <?php language_attributes(); ?>>
     19<html <?php language_attributes(); ?> class="no-js">
    2220<head>
    2321    <title><?php echo wp_get_document_title(); ?></title>
Note: See TracChangeset for help on using the changeset viewer.