Changes between Initial Version and Version 1 of Ticket #23901, comment 23
- Timestamp:
- 04/09/2013 02:35:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23901, comment 23
initial v1 5 5 Not sure about the changes in wp_list_post_revisions(). Seems the `$parent` arg there is not needed now as the revisions always include a copy of the current post as a "real" revision. Checking the plugins repo, this function doesn't seem used anywhere except in core, so deprecating one arg won't bring any back-compat problems. 6 6 7 As this function is called after the revisions have been converted, it's n ecessary to check the revisions version and prepend @post.7 As this function is called after the revisions have been converted, it's not necessary to check the revisions version and prepend @post. 8 8 9 9 23901-9.patch deprecates the `$parent` arg in wp_list_post_revisions().