Ticket #23245: 23245.diff

File 23245.diff, 535 bytes (added by bradparbs, 4 months ago)

patch to fix inline docs

  • xmlrpc.php

     
    66 */ 
    77 
    88/** 
    9  * Whether this is a XMLRPC Request 
     9 * Whether this is an XML-RPC Request 
    1010 * 
    1111 * @var bool 
    1212 */ 
     
    5555include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); 
    5656 
    5757/** 
    58  * Posts submitted via the xmlrpc interface get that title 
     58 * Posts submitted via the XML-RPC interface get that title 
    5959 * @name post_default_title 
    6060 * @var string 
    6161 */