Changeset 1499

Show
Ignore:
Timestamp:
07/29/04 00:30:07 (4 years ago)
Author:
rboren
Message:

Grammar fix. Bug 0000196.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form.php

    r1429 r1499  
    1717} 
    1818if (get_settings('use_trackback')) { 
    19     $form_trackback = '<p><label for="trackback">' . sprintf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> an <acronym title="Uniform Resource Locator">URL</acronym></a>:</label> (Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') . 
     19    $form_trackback = '<p><label for="trackback">' . sprintf(__('<a href="%s" title="Help on trackbacks"><strong>TrackBack</strong> a <acronym title="Uniform Resource Locator">URL</acronym></a>:</label> (Separate multiple <abbr title="Universal Resource Identifier">URI</abbr>s with spaces.)<br />'), 'http://wordpress.org/docs/reference/post/#trackback') . 
    2020    '<input type="text" name="trackback_url" style="width: 360px" id="trackback" tabindex="7" /></p>'; 
    2121} else {