From 8fea8aa38959a1a7dd31d783ce10afdf1b3f7cc4 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 20 Sep 2023 08:42:46 +0000 Subject: [PATCH] Coding Standards: Add missing escaping functions in `wp-admin/export.php` Props viralsampat. See #58831. git-svn-id: https://develop.svn.wordpress.org/trunk@56632 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/export.php b/src/wp-admin/export.php index e073a24f29..1955f2b42e 100644 --- a/src/wp-admin/export.php +++ b/src/wp-admin/export.php @@ -160,7 +160,7 @@ function export_date_options( $post_type = 'post' ) { } $month = zeroise( $date->month, 2 ); - echo ''; + echo ''; } } ?>