Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25290


Ignore:
Timestamp:
09/12/2013 07:10:44 AM (13 years ago)
Author:
dd32
Comment:

I'm fairly certain we support this already.

If the 'post_id' field is present in the $data array, it'll be used (where as you're using the 'post' field).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25290 – Description

    initial v1  
    88        DEFINE('WP_XMLRPC_URL', 'http://example.org/xmlrpc.php');
    99                DEFINE('WP_USERNAME', 'zola');
    10                 DEFINE('WP_PASSWORD', 'fuckchinagovernmentandnotrealypsw');
     10                DEFINE('WP_PASSWORD', 'notrealypsw');
    1111
    1212                require(dirname(__FILE__) . '/wp-load.php' );