Make WordPress Core

Ticket #1140: options-writing.php.diff

File options-writing.php.diff, 1007 bytes (added by firefly4wp, 21 years ago)
  • options-writing.php

     
    9898
    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 printf(__('When you publish a new post WordPress automatically notifies the following 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>
    102102       
    103103        <textarea name="ping_sites" id="ping_sites" style="width: 98%;" rows="3" cols="50"><?php form_option('ping_sites'); ?></textarea>
    104104</fieldset>