Ticket #23245: 23245.diff
| File 23245.diff, 535 bytes (added by bradparbs, 4 months ago) |
|---|
-
xmlrpc.php
6 6 */ 7 7 8 8 /** 9 * Whether this is a XMLRPC Request9 * Whether this is an XML-RPC Request 10 10 * 11 11 * @var bool 12 12 */ … … 55 55 include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); 56 56 57 57 /** 58 * Posts submitted via the xmlrpcinterface get that title58 * Posts submitted via the XML-RPC interface get that title 59 59 * @name post_default_title 60 60 * @var string 61 61 */
