Ticket #48027: 48027.2.diff
File 48027.2.diff, 422 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/class-wp-comment.php
diff --git src/wp-includes/class-wp-comment.php src/wp-includes/class-wp-comment.php index f631444f8f..76cee81e5b 100644
final class WP_Comment { 128 128 129 129 /** 130 130 * Comment author ID. 131 * 132 * A numeric string, for compatibility reasons. 131 133 * 132 134 * @since 4.4.0 133 * @var int135 * @var string 134 136 */ 135 137 public $user_id = 0; 136 138