From d0d9c1465c75e7b179b082603cbdb184acfff18e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 14 May 2020 07:53:57 +0000 Subject: [PATCH] Export: Use correct escaping function for term IDs in `` nodes. Follow-up to [34333]. Props DrLightman, marcio-zebedeu. Fixes #50113. git-svn-id: https://develop.svn.wordpress.org/trunk@47789 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/export.php b/src/wp-admin/includes/export.php index 057e59f3dd..19b4630072 100644 --- a/src/wp-admin/includes/export.php +++ b/src/wp-admin/includes/export.php @@ -501,7 +501,7 @@ function export_wp( $args = array() ) { - term_id ); ?> + term_id ); ?> taxonomy ); ?> slug ); ?> parent ? $terms[ $t->parent ]->slug : '' ); ?>