Make WordPress Core


Ignore:
Timestamp:
09/04/2020 08:39:47 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #50768

File:
1 edited

Legend:

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

    r48829 r48941  
    797797
    798798/**
    799  * Retrieve ancestors of a post.
     799 * Retrieves the IDs of the ancestors of a post.
    800800 *
    801801 * @since 2.5.0
    802802 *
    803803 * @param int|WP_Post $post Post ID or post object.
    804  * @return int[] Ancestor IDs or empty array if none are found.
     804 * @return int[] Array of ancestor IDs or empty array if there are none.
    805805 */
    806806function get_post_ancestors( $post ) {
Note: See TracChangeset for help on using the changeset viewer.