Coding Standards: Add missing semicolon to some endif keywords.

See #52627.

git-svn-id: https://develop.svn.wordpress.org/trunk@50560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2021-03-21 13:03:14 +00:00
parent 133b6a9f91
commit 89e6e2d31e
4 changed files with 6 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ function wp_image_editor( $post_id, $msg = false ) {
);
?>
</p>
<?php endif ?>
<?php endif; ?>
<div class="imgedit-submit">
<fieldset class="imgedit-scale">