Make WordPress Core

Changeset 31830


Ignore:
Timestamp:
03/19/2015 04:05:33 AM (10 years ago)
Author:
wonderboymusic
Message:

In the "Send Trackbacks" meta box, the description of how pingbacks work was missing a comma after the introductory clause.

Props cfinke.
Fixes #31668.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r31607 r31830  
    547547?>
    548548<p><label for="trackback_url"><?php _e('Send trackbacks to:'); ?></label> <?php echo $form_trackback; ?><br /> (<?php _e('Separate multiple URLs with spaces'); ?>)</p>
    549 <p><?php _e('Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites they&#8217;ll be notified automatically using <a href="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">pingbacks</a>, no other action necessary.'); ?></p>
     549<p><?php _e('Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">pingbacks</a>, no other action necessary.'); ?></p>
    550550<?php
    551551if ( ! empty($pings) )
Note: See TracChangeset for help on using the changeset viewer.