Make WordPress Core

Ticket #48027: 48027.2.diff

File 48027.2.diff, 422 bytes (added by donmhico, 6 years ago)

Update docs.

  • 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 { 
    128128
    129129        /**
    130130         * Comment author ID.
     131         *
     132         * A numeric string, for compatibility reasons.
    131133         *
    132134         * @since 4.4.0
    133          * @var int
     135         * @var string
    134136         */
    135137        public $user_id = 0;
    136138