Ticket #12229: options-writing.php.patch
File options-writing.php.patch, 471 bytes (added by , 15 years ago) |
---|
-
options-writing.php
114 114 <?php do_settings_fields('writing', 'post_via_email'); ?> 115 115 </table> 116 116 <?php } ?> 117 <?php if ( !is_multisite() ) { ?>117 <?php if ( !is_multisite() || defined( 'UPDATE_SERVICES' ) ) { ?> 118 118 <h3><?php _e('Update Services') ?></h3> 119 119 120 120 <?php if ( get_option('blog_public') ) : ?>