Make WordPress Core

Changeset 2469


Ignore:
Timestamp:
03/22/2005 04:52:50 AM (19 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-writing.php

    r2337 r2469  
    9999<fieldset class="options">
    100100    <legend><?php _e('Update Services') ?></legend>
    101           <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>
     101          <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>
    102102   
    103103    <textarea name="ping_sites" id="ping_sites" style="width: 98%;" rows="3" cols="50"><?php form_option('ping_sites'); ?></textarea>
Note: See TracChangeset for help on using the changeset viewer.