Make WordPress Core


Ignore:
Timestamp:
08/26/2016 04:48:17 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct various documentation around object and stdClass types.

See #37770

File:
1 edited

Legend:

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

    r38121 r38369  
    311311     * @see WP_Site::__get()
    312312     *
    313      * @return object A raw site object with all details included.
     313     * @return stdClass A raw site object with all details included.
    314314     */
    315315    private function get_details() {
     
    348348         * @since 4.6.0
    349349         *
    350          * @param object $details The site details.
     350         * @param stdClass $details The site details.
    351351         */
    352352        $details = apply_filters( 'site_details', $details );
Note: See TracChangeset for help on using the changeset viewer.