Edit File by line
/home/barbar84/www/wp-inclu...
File: class-IXR.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* IXR - The Incutio XML-RPC Library
[2] Fix | Delete
*
[3] Fix | Delete
* Copyright (c) 2010, Incutio Ltd.
[4] Fix | Delete
* All rights reserved.
[5] Fix | Delete
*
[6] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[7] Fix | Delete
* modification, are permitted provided that the following conditions are met:
[8] Fix | Delete
*
[9] Fix | Delete
* - Redistributions of source code must retain the above copyright notice,
[10] Fix | Delete
* this list of conditions and the following disclaimer.
[11] Fix | Delete
* - Redistributions in binary form must reproduce the above copyright
[12] Fix | Delete
* notice, this list of conditions and the following disclaimer in the
[13] Fix | Delete
* documentation and/or other materials provided with the distribution.
[14] Fix | Delete
* - Neither the name of Incutio Ltd. nor the names of its contributors
[15] Fix | Delete
* may be used to endorse or promote products derived from this software
[16] Fix | Delete
* without specific prior written permission.
[17] Fix | Delete
*
[18] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
[19] Fix | Delete
* IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
[20] Fix | Delete
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
[21] Fix | Delete
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
[22] Fix | Delete
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
[23] Fix | Delete
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
[24] Fix | Delete
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
[25] Fix | Delete
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
[26] Fix | Delete
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
[27] Fix | Delete
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
[28] Fix | Delete
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[29] Fix | Delete
*
[30] Fix | Delete
* @package IXR
[31] Fix | Delete
* @since 1.5.0
[32] Fix | Delete
*
[33] Fix | Delete
* @copyright Incutio Ltd 2010 (http://www.incutio.com)
[34] Fix | Delete
* @version 1.7.4 7th September 2010
[35] Fix | Delete
* @author Simon Willison
[36] Fix | Delete
* @link http://scripts.incutio.com/xmlrpc/ Site/manual
[37] Fix | Delete
* @license http://www.opensource.org/licenses/bsd-license.php BSD
[38] Fix | Delete
*/
[39] Fix | Delete
[40] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-server.php';
[41] Fix | Delete
[42] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-base64.php';
[43] Fix | Delete
[44] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-client.php';
[45] Fix | Delete
[46] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-clientmulticall.php';
[47] Fix | Delete
[48] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-date.php';
[49] Fix | Delete
[50] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-error.php';
[51] Fix | Delete
[52] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-introspectionserver.php';
[53] Fix | Delete
[54] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-message.php';
[55] Fix | Delete
[56] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-request.php';
[57] Fix | Delete
[58] Fix | Delete
require_once ABSPATH . WPINC . '/IXR/class-IXR-value.php';
[59] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function