Make WordPress Core


Ignore:
Timestamp:
09/11/2012 12:37:31 AM (14 years ago)
Author:
nacin
Message:

Turn XML-RPC on and remove the option on the Writing Settings page.
props markoheijnen for the initial patch.

Introduces a new filter, xmlrpc_enabled.

Respects any current callbacks registered to the pre_option_enable_xmlrpc
and option_enable_xmlrpc filters, for anyone forcing it off via code.

fixes #21509.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r21536 r21804  
    998998        if ( $wp_current_db_version < 8201 ) {
    999999                update_option('enable_app', 1);
    1000                 update_option('enable_xmlrpc', 1);
    10011000        }
    10021001}
Note: See TracChangeset for help on using the changeset viewer.