Skip to content

Commit bf1c800

Browse files
committed
Omit PHP closing tag
1 parent d25935c commit bf1c800

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp-includes/theme-compat/header.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@
4747
</div>
4848
</div>
4949
<hr aria-hidden="true" />
50-
<?php endif; ?>
50+
<?php
51+
endif;

0 commit comments

Comments
 (0)