Changeset 4326
- Timestamp:
- 10/04/2006 10:27:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r4196 r4326 98 98 <fieldset class="options"> 99 99 <legend><?php _e('Update Services') ?></legend> 100 101 <?php if ( get_option('blog_public') ) : ?> 102 100 103 <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 <abbr title="Universal Resource Locator">URL</abbr>s with line breaks.') ?></p> 101 104 102 105 <textarea name="ping_sites" id="ping_sites" style="width: 98%;" rows="3" cols="50"><?php form_option('ping_sites'); ?></textarea> 106 107 <?php else : ?> 108 109 <p><?php print_f(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your blog\'s <a href="%s">privacy settings</a>'), 'options-privacy.php'); ?> 110 111 <?php endif; ?> 112 103 113 </fieldset> 104 114
Note: See TracChangeset
for help on using the changeset viewer.