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.



git-svn-id: https://develop.svn.wordpress.org/trunk@35466 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2015-10-31 04:37:41 +00:00
parent 62c0557b90
commit 47e6c78d88
9 changed files with 87 additions and 25 deletions

View File

@@ -14,11 +14,9 @@ if ( ! headers_sent() ) {
header( 'X-WP-embed: true' );
}
wp_enqueue_style( 'open-sans' );
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<html <?php language_attributes(); ?> class="no-js">
<head>
<title><?php echo wp_get_document_title(); ?></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">