Make WordPress Core

Ticket #58501: 58501.patch

File 58501.patch, 623 bytes (added by hiren1094, 2 years ago)

Patch Added

  • src/xmlrpc.php

    diff --git a/src/xmlrpc.php b/src/xmlrpc.php
    index 3f35815525..083d5d8819 100644
    a b $wp_xmlrpc_server->serve_request(); 
    8989exit;
    9090
    9191/**
    92  * logIO() - Writes logging info to a file.
     92 * Writes logging info to a file - logIO().
    9393 *
    9494 * @deprecated 3.4.0 Use error_log()
    9595 * @see error_log()
    9696 *
    97  * @param string $io Whether input or output
     97 * @param string $io Whether input or output.
    9898 * @param string $msg Information describing logging reason.
    9999 */
    100100function logIO( $io, $msg ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid