summaryrefslogtreecommitdiffstats
path: root/wp-admin/wpmu-options.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/wpmu-options.php')
-rw-r--r--wp-admin/wpmu-options.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/wpmu-options.php b/wp-admin/wpmu-options.php
index 1a59e66..746fec5 100644
--- a/wp-admin/wpmu-options.php
+++ b/wp-admin/wpmu-options.php
@@ -74,7 +74,7 @@ if (isset($_GET['updated'])) {
<th scope="row"><?php _e('Enable posting by XMLRPC') ?></th>
<?php
if( !get_site_option('xmlrpc_active') )
- update_site_option( 'xmlrpc_active', 'no' );
+ update_site_option( 'xmlrpc_active', 'yes' );
?>
<td>
<input name="xmlrpc_active" type="radio" id="xmlrpc_active1" value='yes' <?php echo get_site_option('xmlrpc_active') == 'yes' ? 'checked="checked"' : ''; ?> /> <?php _e('Yes'); ?><br />
@@ -212,4 +212,4 @@ if (isset($_GET['updated'])) {
</form>
</div>
-<?php include('./admin-footer.php'); ?> \ No newline at end of file
+<?php include('./admin-footer.php'); ?>