Changeset 59816
- Timestamp:
- 02/12/2025 06:09:52 PM (15 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post.php
r54133 r59816 38 38 * @var string 39 39 */ 40 public $post_author = 0;40 public $post_author = '0'; 41 41 42 42 /** … … 208 208 * @var string 209 209 */ 210 public $comment_count = 0;210 public $comment_count = '0'; 211 211 212 212 /**
Note: See TracChangeset
for help on using the changeset viewer.