Ticket #37171: patch_37171.diff
File patch_37171.diff, 4.3 KB (added by , 9 years ago) |
---|
-
wp-content/themes/twentyeleven/header.php
43 43 echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ) ); 44 44 45 45 ?></title> 46 47 <!-- Add preconnect to Google fonts --> 48 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 49 46 50 <link rel="profile" href="http://gmpg.org/xfn/11" /> 47 51 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> 48 52 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> -
wp-content/themes/twentyfifteen/header.php
12 12 <html <?php language_attributes(); ?> class="no-js"> 13 13 <head> 14 14 <meta charset="<?php bloginfo( 'charset' ); ?>"> 15 16 <!-- Add preconnect to Google fonts --> 17 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 18 15 19 <meta name="viewport" content="width=device-width"> 16 20 <link rel="profile" href="http://gmpg.org/xfn/11"> 17 21 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 18 22 <!--[if lt IE 9]> 19 23 <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script> 20 24 <![endif]--> 25 21 26 <?php wp_head(); ?> 22 27 </head> 23 28 -
wp-content/themes/twentyfourteen/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 26 <!-- Add preconnect to Google fonts --> 27 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 28 25 29 <link rel="profile" href="http://gmpg.org/xfn/11"> 26 30 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 27 31 <!--[if lt IE 9]> -
wp-content/themes/twentyten/header.php
33 33 echo esc_html( ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) ) ); 34 34 35 35 ?></title> 36 37 <!-- Add preconnect to Google fonts --> 38 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 39 36 40 <link rel="profile" href="http://gmpg.org/xfn/11" /> 37 41 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> 38 42 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> -
wp-content/themes/twentythirteen/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 26 <!-- Add preconnect to Google fonts --> 27 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 28 25 29 <link rel="profile" href="http://gmpg.org/xfn/11"> 26 30 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 27 31 <!--[if lt IE 9]> -
wp-content/themes/twentytwelve/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 23 23 <meta name="viewport" content="width=device-width" /> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 26 <!-- Add preconnect to Google fonts --> 27 <link href='https://fonts.gstatic.com' rel='preconnect' crossorigin> 28 25 29 <link rel="profile" href="http://gmpg.org/xfn/11" /> 26 30 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 27 31 <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>