From 22eb45a644021dab0b0e1bf9d6d4ce9a43fa6e88 Mon Sep 17 00:00:00 2001 From: David Baumwald Date: Thu, 25 Mar 2021 19:31:49 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@50582 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit.php | 2 +- src/wp-admin/users.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/edit.php b/src/wp-admin/edit.php index 8fe8be0a7d..98ce887af4 100644 --- a/src/wp-admin/edit.php +++ b/src/wp-admin/edit.php @@ -482,7 +482,7 @@ if ( $wp_list_table->has_items() ) { ?>
-
+
display(); ?> -
+