From ae102b2487e42ada7af5b37cd483eb75a3e5c2bd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 11 Feb 2020 19:35:06 +0000 Subject: [PATCH] Export: Use correct context for the `Posts` label on the Export screen. The string refers to the post type name specifically, not to a generic term to identify a publication on WordPress. Props audrasjb, jdy68. Fixes #49306. Built from https://develop.svn.wordpress.org/trunk@47272 git-svn-id: http://core.svn.wordpress.org/trunk@47072 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/export.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/export.php b/wp-admin/export.php index efb466b141..72219728e0 100644 --- a/wp-admin/export.php +++ b/wp-admin/export.php @@ -180,7 +180,7 @@ function export_date_options( $post_type = 'post' ) {

-

+