Changeset 62640 for trunk/src/wp-includes/class-wp-comment.php
- Timestamp:
- 07/06/2026 04:12:52 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-comment.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment.php
r61789 r62640 23 23 * @since 4.4.0 24 24 * @var string 25 * @phpstan-var numeric-string 25 26 */ 26 27 public $comment_ID; … … 33 34 * @since 4.4.0 34 35 * @var string 36 * @phpstan-var numeric-string 35 37 */ 36 38 public $comment_post_ID = '0'; … … 99 101 * @since 4.4.0 100 102 * @var string 103 * @phpstan-var numeric-string 101 104 */ 102 105 public $comment_karma = '0'; … … 134 137 * @since 4.4.0 135 138 * @var string 139 * @phpstan-var numeric-string 136 140 */ 137 141 public $comment_parent = '0'; … … 144 148 * @since 4.4.0 145 149 * @var string 150 * @phpstan-var numeric-string 146 151 */ 147 152 public $user_id = '0';
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)