Change wording. gettext href so translators can link to translated resource. http://mosquito.wordpress.org/view.php?id=1140 Props: firefly4wp and MC_incubus

git-svn-id: https://develop.svn.wordpress.org/trunk@2469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-03-22 04:52:50 +00:00
parent 1e83c00806
commit 7287678885
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ endforeach;
<fieldset class="options">
<legend><?php _e('Update Services') ?></legend>
<p><?php printf(__('When you publish a new post WordPress can notify site update services. For more about this see <a href="%s">Update Services</a> on the Codex. Separate multiple service URIs with line breaks.'), 'http://codex.wordpress.org/Update_Services') ?></p>
<p><?php _e('When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="http://codex.wordpress.org/Update_Services">Update Services</a> on the Codex. Separate multiple service URIs with line breaks.') ?></p>
<textarea name="ping_sites" id="ping_sites" style="width: 98%;" rows="3" cols="50"><?php form_option('ping_sites'); ?></textarea>
</fieldset>