Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23901, comment 23


Ignore:
Timestamp:
04/09/2013 02:35:10 AM (12 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23901, comment 23

    initial v1  
    55Not 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.
    66
    7 As this function is called after the revisions have been converted, it's necessary to check the revisions version and prepend @post.
     7As this function is called after the revisions have been converted, it's not necessary to check the revisions version and prepend @post.
    88
    9923901-9.patch​ deprecates the `$parent` arg in wp_list_post_revisions().