Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-xmlrpc-server.php

    r46232 r46596  
    162162         * @since 1.5.0
    163163         *
    164          * @param array $methods An array of XML-RPC methods.
     164         * @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
    165165         */
    166166        $this->methods = apply_filters( 'xmlrpc_methods', $this->methods );
Note: See TracChangeset for help on using the changeset viewer.