Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35015, comment 1


Ignore:
Timestamp:
12/11/2015 04:21:39 PM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35015, comment 1

    initial v1  
    11In `get_the_title()`, if `$id` is 0 or a post object, we resolve it and pass the actual post ID to the filter.
    22
    3 We should probably do the same here. See [attachment:35015.2.diff].
     3We should probably do the same here for consistency. See [attachment:35015.2.diff].