Changeset 49929 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/04/2021 05:16:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49927 r49929 5061 5061 * 5062 5062 * @param int|WP_Post $post_id Post ID or object. 5063 * @return false|string[]Array of URLs already pinged for the given post, false if the post is not found.5063 * @return string[]|false Array of URLs already pinged for the given post, false if the post is not found. 5064 5064 */ 5065 5065 function get_pung( $post_id ) {
Note: See TracChangeset
for help on using the changeset viewer.