allow update services in multisite, props ocean90, fixes #12229
git-svn-id: https://develop.svn.wordpress.org/trunk@13374 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
af9671d7c5
commit
83e6b0d16a
@ -114,7 +114,7 @@ wp_dropdown_categories(array('hide_empty' => 0, 'name' => 'default_email_categor
|
||||
<?php do_settings_fields('writing', 'post_via_email'); ?>
|
||||
</table>
|
||||
<?php } ?>
|
||||
<?php if ( !is_multisite() ) { ?>
|
||||
<?php if ( !is_multisite() || ( defined( 'UPDATE_SERVICES' ) && UPDATE_SERVICES ) ) { ?>
|
||||
<h3><?php _e('Update Services') ?></h3>
|
||||
|
||||
<?php if ( get_option('blog_public') ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user