From b0302d4d30bee937bbfef6d987642189cd5c9aa5 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 16 Mar 2016 16:57:36 +0000 Subject: [PATCH] I18N: Move translatable Codex URLs to separate strings in `wp-admin/includes/meta-boxes.php`. Props ramiy. Fixes #35751. git-svn-id: https://develop.svn.wordpress.org/trunk@37016 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 31 ++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index 1dce46f27e..bf877c3d86 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/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' ) + ); +?>


- +