From c7267a039f6aa850b2c6b9b8aab5b75101bf1bb1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 11 Feb 2020 19:33:58 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@47272 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 efb466b141..72219728e0 100644 --- a/src/wp-admin/export.php +++ b/src/wp-admin/export.php @@ -180,7 +180,7 @@ function export_date_options( $post_type = 'post' ) {

-

+