From 6a90070793c44fbac051fbc30c20333210f6987c Mon Sep 17 00:00:00 2001
From: Dominik Schilling
Date: Wed, 16 Mar 2016 16:58:26 +0000
Subject: [PATCH] I18N: Move translatable Codex URLs to separate strings in
`wp-admin/includes/meta-boxes.php`.
Props ramiy.
Fixes #35751.
Built from https://develop.svn.wordpress.org/trunk@37016
git-svn-id: http://core.svn.wordpress.org/trunk@36983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/meta-boxes.php | 31 +++++++++++++++++++++++++++----
wp-includes/version.php | 2 +-
2 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php
index 1dce46f27e..bf877c3d86 100644
--- a/wp-admin/includes/meta-boxes.php
+++ b/wp-admin/includes/meta-boxes.php
@@ -569,7 +569,13 @@ function post_categories_meta_box( $post, $box ) {
function post_excerpt_meta_box($post) {
?>
-Learn more about manual excerpts.'); ?>
+Learn more about manual excerpts.' ),
+ __( 'https://codex.wordpress.org/Excerpt' )
+ );
+?>
-pingbacks, no other action necessary.'); ?>
+pingbacks, no other action necessary.' ),
+ __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
+ );
+?>
$value ) {
list_meta( $metadata );
meta_form( $post ); ?>
-use in your theme.'); ?>
+use in your theme.' ),
+ __( 'https://codex.wordpress.org/Using_Custom_Fields' )
+ );
+?>
-
+