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
This commit is contained in:
Scott Taylor
2015-03-19 04:06:27 +00:00
parent bce851dcf2
commit 55fd3fa791
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31829';
$wp_version = '4.2-beta1-31830';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.