Changeset 62437
- Timestamp:
- 05/31/2026 07:19:21 PM (7 weeks ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
-
class-wp-post.php (modified) (2 diffs)
-
class-wp-user-request.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-post.php
r61789 r62437 37 37 * @since 3.5.0 38 38 * @var string 39 * @phpstan-var numeric-string 39 40 */ 40 41 public $post_author = '0'; … … 207 208 * @since 3.5.0 208 209 * @var string 210 * @phpstan-var numeric-string 209 211 */ 210 212 public $comment_count = '0'; -
trunk/src/wp-includes/class-wp-user-request.php
r59828 r62437 21 21 * 22 22 * @since 4.9.6 23 * @var int 23 * @var string 24 * @phpstan-var numeric-string 24 25 */ 25 public $user_id = 0;26 public $user_id = '0'; 26 27 27 28 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)