From b374a081a9354c73f361262954c3b33625987f9d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 9 Oct 2015 21:16:46 +0000 Subject: [PATCH] Remove stray closing tag in `wp-admin/themes.php`. Props tfrommen. Fixes #34237. git-svn-id: https://develop.svn.wordpress.org/trunk@34994 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index c86dccba63..b787d6ce1d 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -308,7 +308,6 @@ $can_delete = current_user_can( 'delete_themes' ); -