wp/wp-includes/template-canvas.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    18 </head>
    18 </head>
    19 
    19 
    20 <body <?php body_class(); ?>>
    20 <body <?php body_class(); ?>>
    21 <?php wp_body_open(); ?>
    21 <?php wp_body_open(); ?>
    22 
    22 
    23 <?php echo $template_html; // phpcs:ignore WordPress.Security.EscapeOutput ?>
    23 <?php echo $template_html; ?>
    24 
    24 
    25 <?php wp_footer(); ?>
    25 <?php wp_footer(); ?>
    26 </body>
    26 </body>
    27 </html>
    27 </html>