Make WordPress Core


Ignore:
Timestamp:
07/13/2016 03:23:04 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add and clarify changelog entries for elements that can now accept, use, or return WP_Post_Type objects.

Also adds a missing initial @since version for wp_xmlrpc_server::_prepare_post_type().

See [37890]. See #36217.

File:
1 edited

Legend:

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

    r38037 r38051  
    882882     * Prepares post data for return in an XML-RPC object.
    883883     *
     884     * @since 3.4.0
     885     * @since 4.6.0 Converted the `$post_type` parameter to accept a WP_Post_Type object.
    884886     * @access protected
    885887     *
     
    922924         *
    923925         * @since 3.4.0
     926         * @since 4.6.0 Converted the `$post_type` parameter to accept a WP_Post_Type object.
    924927         *
    925928         * @param array        $_post_type An array of post type data.
Note: See TracChangeset for help on using the changeset viewer.