Changes between Initial Version and Version 1 of Ticket #53235, comment 6
- Timestamp:
- 05/20/2021 12:18:00 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53235, comment 6
initial v1 3 3 4 4 Could that be about the `WP_Post::post_author` and `WP_Post::comment_count` properties in #22324? They were indeed left as a string at the time for backward compatibility. 5 6 In this ticket, we're not changing the type of properties, just making sure they always match the documented type.