Ticket #46679: 46679.patch
File 46679.patch, 4.2 KB (added by , 5 years ago) |
---|
-
wp-content/themes/twentyeleven/header.php
73 73 </head> 74 74 75 75 <body <?php body_class(); ?>> 76 <?php wp_body_open(); ?>76 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 77 77 <div id="page" class="hfeed"> 78 78 <header id="branding" role="banner"> 79 79 <hgroup> -
wp-content/themes/twentyfifteen/header.php
22 22 </head> 23 23 24 24 <body <?php body_class(); ?>> 25 <?php wp_body_open(); ?>25 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 26 26 <div id="page" class="hfeed site"> 27 27 <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyfifteen' ); ?></a> 28 28 -
wp-content/themes/twentyfourteen/header.php
31 31 </head> 32 32 33 33 <body <?php body_class(); ?>> 34 <?php wp_body_open(); ?>34 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 35 35 <div id="page" class="hfeed site"> 36 36 <?php if ( get_header_image() ) : ?> 37 37 <div id="site-header"> -
wp-content/themes/twentyseventeen/header.php
23 23 </head> 24 24 25 25 <body <?php body_class(); ?>> 26 <?php wp_body_open(); ?>26 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 27 27 <div id="page" class="site"> 28 28 <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a> 29 29 -
wp-content/themes/twentysixteen/header.php
22 22 </head> 23 23 24 24 <body <?php body_class(); ?>> 25 <?php wp_body_open(); ?>25 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 26 26 <div id="page" class="site"> 27 27 <div class="site-inner"> 28 28 <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentysixteen' ); ?></a> -
wp-content/themes/twentyten/header.php
60 60 </head> 61 61 62 62 <body <?php body_class(); ?>> 63 <?php wp_body_open(); ?>63 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 64 64 <div id="wrapper" class="hfeed"> 65 65 <div id="header"> 66 66 <div id="masthead"> -
wp-content/themes/twentythirteen/header.php
31 31 </head> 32 32 33 33 <body <?php body_class(); ?>> 34 <?php wp_body_open(); ?>34 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 35 35 <div id="page" class="hfeed site"> 36 36 <header id="masthead" class="site-header" role="banner"> 37 37 <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> -
wp-content/themes/twentytwelve/header.php
32 32 </head> 33 33 34 34 <body <?php body_class(); ?>> 35 <?php wp_body_open(); ?>35 <?php if ( function_exists( 'wp_body_open' ) ) wp_body_open(); ?> 36 36 <div id="page" class="hfeed site"> 37 37 <header id="masthead" class="site-header" role="banner"> 38 38 <hgroup>