From 1392d272c264ca5462639ca54d29b6e31500720e Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 19 Mar 2015 04:05:33 +0000 Subject: [PATCH] In the "Send Trackbacks" meta box, the description of how pingbacks work was missing a comma after the introductory clause. Props cfinke. Fixes #31668. git-svn-id: https://develop.svn.wordpress.org/trunk@31830 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index 99fd418499..b5e13e3e0e 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -546,7 +546,7 @@ function post_trackback_meta_box($post) { ?>


()

-

pingbacks, no other action necessary.'); ?>

+

pingbacks, no other action necessary.'); ?>