From eaffb58ce82df0d644edcc05ada82b0ddee67d2a Mon Sep 17 00:00:00 2001 From: davidbaumwald Date: Thu, 25 Mar 2021 19:33:04 +0000 Subject: [PATCH] Posts, Post Types: Remove `/` from non-self-closing "clear" `div` tags. In [49178], self-closing `br` tags were switched to non-self-closing `div` elements for "clearing" purposes, but the self-closing "/" remained in place. This fix removes the unnecessary slash. Props pavelvisualcomposer, audrasjb, sabernhardt, akabarikalpesh, SergeyBiryukov. Fixes #52878. Built from https://develop.svn.wordpress.org/trunk@50582 git-svn-id: http://core.svn.wordpress.org/trunk@50195 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 2 +- wp-admin/users.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 8fe8be0a7d..98ce887af4 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -482,7 +482,7 @@ if ( $wp_list_table->has_items() ) { ?>
-
+
display(); ?> -
+