diff --git src/wp-content/themes/twentyeleven/header.php src/wp-content/themes/twentyeleven/header.php
index f9be4f52e0..e264cbc324 100644
|
|
|
68 | 68 | </head> |
69 | 69 | |
70 | 70 | <body <?php body_class(); ?>> |
| 71 | <?php |
| 72 | /** |
| 73 | * Fires after the body day. |
| 74 | * |
| 75 | * Allows injection of custom items at the top of the page. |
| 76 | * |
| 77 | * @since 5.0.0 |
| 78 | * |
| 79 | */ |
| 80 | do_action( 'after_body' );?> |
71 | 81 | <div id="page" class="hfeed"> |
72 | 82 | <header id="branding" role="banner"> |
73 | 83 | <hgroup> |
diff --git src/wp-content/themes/twentyfifteen/header.php src/wp-content/themes/twentyfifteen/header.php
index 28de34ed9f..0fbc2ff012 100644
|
|
|
22 | 22 | </head> |
23 | 23 | |
24 | 24 | <body <?php body_class(); ?>> |
| 25 | <?php |
| 26 | /** |
| 27 | * Fires after the body day. |
| 28 | * |
| 29 | * Allows injection of custom items at the top of the page. |
| 30 | * |
| 31 | * @since 5.0.0 |
| 32 | * |
| 33 | */ |
| 34 | do_action( 'after_body' );?> |
25 | 35 | <div id="page" class="hfeed site"> |
26 | 36 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyfifteen' ); ?></a> |
27 | 37 | |
diff --git src/wp-content/themes/twentyfourteen/header.php src/wp-content/themes/twentyfourteen/header.php
index 7286d88938..7f34f71069 100644
|
|
|
31 | 31 | </head> |
32 | 32 | |
33 | 33 | <body <?php body_class(); ?>> |
| 34 | <?php |
| 35 | /** |
| 36 | * Fires after the body day. |
| 37 | * |
| 38 | * Allows injection of custom items at the top of the page. |
| 39 | * |
| 40 | * @since 5.0.0 |
| 41 | * |
| 42 | */ |
| 43 | do_action( 'after_body' );?> |
34 | 44 | <div id="page" class="hfeed site"> |
35 | 45 | <?php if ( get_header_image() ) : ?> |
36 | 46 | <div id="site-header"> |
diff --git src/wp-content/themes/twentyseventeen/header.php src/wp-content/themes/twentyseventeen/header.php
index 27148be6d4..ca68f68062 100644
|
|
|
23 | 23 | </head> |
24 | 24 | |
25 | 25 | <body <?php body_class(); ?>> |
| 26 | <?php |
| 27 | /** |
| 28 | * Fires after the body day. |
| 29 | * |
| 30 | * Allows injection of custom items at the top of the page. |
| 31 | * |
| 32 | * @since 5.0.0 |
| 33 | * |
| 34 | */ |
| 35 | do_action( 'after_body' );?> |
26 | 36 | <div id="page" class="site"> |
27 | 37 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a> |
28 | 38 | |
diff --git src/wp-content/themes/twentysixteen/header.php src/wp-content/themes/twentysixteen/header.php
index d230c4f8db..abc37f3e6e 100644
|
|
|
22 | 22 | </head> |
23 | 23 | |
24 | 24 | <body <?php body_class(); ?>> |
| 25 | <?php |
| 26 | /** |
| 27 | * Fires after the body day. |
| 28 | * |
| 29 | * Allows injection of custom items at the top of the page. |
| 30 | * |
| 31 | * @since 5.0.0 |
| 32 | * |
| 33 | */ |
| 34 | do_action( 'after_body' );?> |
25 | 35 | <div id="page" class="site"> |
26 | 36 | <div class="site-inner"> |
27 | 37 | <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentysixteen' ); ?></a> |
diff --git src/wp-content/themes/twentyten/header.php src/wp-content/themes/twentyten/header.php
index 1ff063b8f0..3827550d7a 100644
|
|
|
55 | 55 | </head> |
56 | 56 | |
57 | 57 | <body <?php body_class(); ?>> |
| 58 | <?php |
| 59 | /** |
| 60 | * Fires after the body day. |
| 61 | * |
| 62 | * Allows injection of custom items at the top of the page. |
| 63 | * |
| 64 | * @since 5.0.0 |
| 65 | * |
| 66 | */ |
| 67 | do_action( 'after_body' );?> |
58 | 68 | <div id="wrapper" class="hfeed"> |
59 | 69 | <div id="header"> |
60 | 70 | <div id="masthead"> |
diff --git src/wp-content/themes/twentythirteen/header.php src/wp-content/themes/twentythirteen/header.php
index 094f74cc9f..c78b4c288b 100644
|
|
|
31 | 31 | </head> |
32 | 32 | |
33 | 33 | <body <?php body_class(); ?>> |
| 34 | <?php |
| 35 | /** |
| 36 | * Fires after the body day. |
| 37 | * |
| 38 | * Allows injection of custom items at the top of the page. |
| 39 | * |
| 40 | * @since 5.0.0 |
| 41 | * |
| 42 | */ |
| 43 | do_action( 'after_body' );?> |
34 | 44 | <div id="page" class="hfeed site"> |
35 | 45 | <header id="masthead" class="site-header" role="banner"> |
36 | 46 | <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> |
diff --git src/wp-content/themes/twentytwelve/header.php src/wp-content/themes/twentytwelve/header.php
index c3b99d6f3d..d00cd92c42 100644
|
|
|
32 | 32 | </head> |
33 | 33 | |
34 | 34 | <body <?php body_class(); ?>> |
| 35 | <?php |
| 36 | /** |
| 37 | * Fires after the body day. |
| 38 | * |
| 39 | * Allows injection of custom items at the top of the page. |
| 40 | * |
| 41 | * @since 5.0.0 |
| 42 | * |
| 43 | */ |
| 44 | do_action( 'after_body' );?> |
35 | 45 | <div id="page" class="hfeed site"> |
36 | 46 | <header id="masthead" class="site-header" role="banner"> |
37 | 47 | <hgroup> |
… |
… |
|
50 | 60 | <?php endif; ?> |
51 | 61 | </header><!-- #masthead --> |
52 | 62 | |
53 | | <div id="main" class="wrapper"> |
54 | | No newline at end of file |
| 63 | <div id="main" class="wrapper"> |