Make WordPress Core

Changeset 40298


Ignore:
Timestamp:
03/17/2017 05:26:27 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing return description for get_post_taxonomies().

h/t deeptiboddapati.
See #39130.

File:
1 edited

Legend:

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

    r40293 r40298  
    39943994 *
    39953995 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
    3996  * @return array
     3996 * @return array An array of all taxonomy names for the given post.
    39973997 */
    39983998function get_post_taxonomies( $post = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.