Changeset 19304 for trunk/wp-admin/options-writing.php
- Timestamp:
- 11/15/2011 08:44:48 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r19119 r19304 158 158 <h3><?php _e('Update Services') ?></h3> 159 159 160 <?php if ( get_option('blog_public') ) : ?>160 <?php if ( 1 == get_option('blog_public') ) : ?> 161 161 162 162 <p><label for="ping_sites"><?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.') ?></label></p>
Note: See TracChangeset
for help on using the changeset viewer.