Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #53235, comment 6


Ignore:
Timestamp:
05/20/2021 12:18:00 AM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53235, comment 6

    initial v1  
    33
    44Could 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
     6In this ticket, we're not changing the type of properties, just making sure they always match the documented type.