diff --git a/src/xmlrpc.php b/src/xmlrpc.php
index 3f35815525..083d5d8819 100644
a
|
b
|
$wp_xmlrpc_server->serve_request(); |
89 | 89 | exit; |
90 | 90 | |
91 | 91 | /** |
92 | | * logIO() - Writes logging info to a file. |
| 92 | * Writes logging info to a file - logIO(). |
93 | 93 | * |
94 | 94 | * @deprecated 3.4.0 Use error_log() |
95 | 95 | * @see error_log() |
96 | 96 | * |
97 | | * @param string $io Whether input or output |
| 97 | * @param string $io Whether input or output. |
98 | 98 | * @param string $msg Information describing logging reason. |
99 | 99 | */ |
100 | 100 | function logIO( $io, $msg ) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid |