equal
deleted
inserted
replaced
20 <head> |
20 <head> |
21 <title><?php echo wp_get_document_title(); ?></title> |
21 <title><?php echo wp_get_document_title(); ?></title> |
22 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
22 <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
23 <?php |
23 <?php |
24 /** |
24 /** |
25 * Prints scripts or data in the embed template <head> tag. |
25 * Prints scripts or data in the embed template head tag. |
26 * |
26 * |
27 * @since 4.4.0 |
27 * @since 4.4.0 |
28 */ |
28 */ |
29 do_action( 'embed_head' ); |
29 do_action( 'embed_head' ); |
30 ?> |
30 ?> |