Changeset 53770 for trunk/src/wp-includes/revision.php
- Timestamp:
- 07/23/2022 04:55:18 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r53769 r53770 585 585 * 586 586 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`. 587 * @return null|stringThe URL for editing revisions on the given post, otherwise null.587 * @return string|null The URL for editing revisions on the given post, otherwise null. 588 588 */ 589 589 function wp_get_post_revisions_url( $post = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.