Make WordPress Core


Ignore:
Timestamp:
01/14/2022 02:43:38 PM (3 years ago)
Author:
audrasjb
Message:

XML-RPC: Fix typos in some XMLRPC related docblocks.

Props kebbet, shreyasikhar26.
Fixes #54820.

File:
1 edited

Legend:

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

    r52422 r52575  
    22722272     *     Method arguments. Note: arguments must be ordered as documented.
    22732273     *
    2274      *     @type int    $blog_id      Blog ID (unused).
    2275      *     @type string $username     Username.
    2276      *     @type string $password     Password.
    2277      *     @type string $taxnomy_name Taxonomy name.
    2278      *     @type int    $term_id      Term ID.
     2274     *     @type int    $blog_id       Blog ID (unused).
     2275     *     @type string $username      Username.
     2276     *     @type string $password      Password.
     2277     *     @type string $taxonomy_name Taxonomy name.
     2278     *     @type int    $term_id       Term ID.
    22792279     * }
    22802280     * @return true|IXR_Error True on success, IXR_Error instance on failure.
     
    23452345     *     @type string $username Username.
    23462346     *     @type string $password Password.
    2347      *     @type string $taxnomy Taxonomy name.
     2347     *     @type string $taxonomy Taxonomy name.
    23482348     *     @type string $term_id  Term ID.
    23492349     * }
     
    24182418     *     @type string $username Username.
    24192419     *     @type string $password Password.
    2420      *     @type string $taxnomy Taxonomy name.
     2420     *     @type string $taxonomy Taxonomy name.
    24212421     *     @type array  $filter   Optional. Modifies the query used to retrieve posts. Accepts 'number',
    24222422     *                            'offset', 'orderby', 'order', 'hide_empty', and 'search'. Default empty array.
     
    25102510     *     @type string $username Username.
    25112511     *     @type string $password Password.
    2512      *     @type string $taxnomy Taxonomy name.
     2512     *     @type string $taxonomy Taxonomy name.
    25132513     *     @type array  $fields   Optional. Array of taxonomy fields to limit to in the return.
    25142514     *                            Accepts 'labels', 'cap', 'menu', and 'object_type'.
Note: See TracChangeset for help on using the changeset viewer.