Changes between Initial Version and Version 1 of Ticket #40096, comment 3
- Timestamp:
- 01/07/2020 01:06:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40096, comment 3
initial v1 1 When changing the return type, we have to be careful not to introduce back compat issue like in #22324.1 When changing the return type, we have to be careful not to introduce back compat issues like in #22324. 2 2 3 3 That said, I think it makes sense to clean this up while still early in the cycle. It would make the function more consistent with `get_the_ID()` or `wp_get_post_parent_id()`, both returning an integer.