wp/wp-includes/theme-compat/header-embed.php
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
    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 	?>