Ticket #1140: options-writing.php.diff
| File options-writing.php.diff, 1007 bytes (added by , 21 years ago) |
|---|
-
options-writing.php
98 98 99 99 <fieldset class="options"> 100 100 <legend><?php _e('Update Services') ?></legend> 101 <p><?php printf(__('When you publish a new post WordPress can notifysite 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> 102 102 103 103 <textarea name="ping_sites" id="ping_sites" style="width: 98%;" rows="3" cols="50"><?php form_option('ping_sites'); ?></textarea> 104 104 </fieldset>