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/link-template.php

    r38125 r38369  
    177177                 * @since 3.5.0
    178178                 *
    179                  * @param stdClass $cat  The category to use in the permalink.
    180                  * @param array    $cats Array of all categories associated with the post.
     179                 * @param WP_Term $cat  The category to use in the permalink.
     180                 * @param array    $cats Array of all categories (WP_Term objects) associated with the post.
    181181                 * @param WP_Post  $post The post in question.
    182182                 */
Note: See TracChangeset for help on using the changeset viewer.