From 400bc417316739f2badf794e6267dea100eef66a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 24 Sep 2017 11:28:46 +0000 Subject: [PATCH] I18N: Allow for post custom field name in `the_meta()` to be translated, e.g. to insert a non-breaking space before the colon. Props audrasjb, johnbillion. Fixes #41653. Built from https://develop.svn.wordpress.org/trunk@41583 git-svn-id: http://core.svn.wordpress.org/trunk@41416 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 18 +++++++++++++----- wp-includes/version.php | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 7d7786abcb..b80ac4d4e4 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1018,11 +1018,19 @@ function the_meta() { if ( $keys = get_post_custom_keys() ) { echo "\n"; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 34fb0254a9..6eb35efe8a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41582'; +$wp_version = '4.9-alpha-41583'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.