Make WordPress Core

Changeset 47122 for trunk/src/xmlrpc.php


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xmlrpc.php

    r45580 r47122  
    2222}
    2323
    24 // fix for mozBlog and other cases where '<?xml' isn't on the very first line
     24// Fix for mozBlog and other cases where '<?xml' isn't on the very first line.
    2525if ( isset( $HTTP_RAW_POST_DATA ) ) {
    2626    $HTTP_RAW_POST_DATA = trim( $HTTP_RAW_POST_DATA );
     
    8383$wp_xmlrpc_server       = new $wp_xmlrpc_server_class;
    8484
    85 // Fire off the request
     85// Fire off the request.
    8686$wp_xmlrpc_server->serve_request();
    8787
Note: See TracChangeset for help on using the changeset viewer.