Make WordPress Core


Ignore:
Timestamp:
07/21/2017 01:39:59 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct $term_id parameter description in wp_xmlrpc_server::get_term_custom_fields() and ::set_term_custom_fields().

Props upadalavipul.
Fixes #41397.

File:
1 edited

Legend:

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

    r40988 r41114  
    409409     * @since 4.9.0
    410410     *
    411      * @param int $post_id Post ID.
     411     * @param int $term_id Term ID.
    412412     * @return array Array of custom fields, if they exist.
    413413     */
     
    438438     * @since 4.9.0
    439439     *
    440      * @param int $post_id Post ID.
     440     * @param int $term_id Term ID.
    441441     * @param array $fields Custom fields.
    442442     */
Note: See TracChangeset for help on using the changeset viewer.