Changeset 56752 for trunk/src/wp-includes/template-canvas.php
- Timestamp:
- 10/01/2023 12:20:53 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/template-canvas.php
r52352 r56752 21 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 25 <?php wp_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.