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' ) + ); +?>


- +