From a885f914e41af6e9d4caf3b68007c4f5d53b3585 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Sun, 21 Mar 2021 13:05:04 +0000
Subject: [PATCH] Coding Standards: Add missing semicolon to some `endif`
keywords.
See #52627.
Built from https://develop.svn.wordpress.org/trunk@50560
git-svn-id: http://core.svn.wordpress.org/trunk@50173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/image-edit.php | 2 +-
wp-admin/install.php | 8 +++-----
wp-admin/options.php | 2 +-
wp-includes/media.php | 2 +-
wp-includes/version.php | 2 +-
5 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php
index ce80a69ad5..0430dbefbf 100644
--- a/wp-admin/includes/image-edit.php
+++ b/wp-admin/includes/image-edit.php
@@ -117,7 +117,7 @@ function wp_image_editor( $post_id, $msg = false ) {
);
?>
-
+