From 55fd3fa7917098bdfd477b2dc6776661b14f9e17 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 19 Mar 2015 04:06:27 +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. Built from https://develop.svn.wordpress.org/trunk@31830 git-svn-id: http://core.svn.wordpress.org/trunk@31812 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 99fd418499..b5e13e3e0e 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/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.'); ?>