File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1167,11 +1167,11 @@ function comment_text( $comment_id = 0, $args = array() ) {
11671167 * @since 1.5.0
11681168 * @since 6.2.0 Added the `$comment_id` parameter.
11691169 *
1170- * @param string $format Optional. PHP date format. Defaults to the 'time_format' option.
1171- * @param bool $gmt Optional. Whether to use the GMT date. Default false.
1172- * @param bool $translate Optional. Whether to translate the time (for use in feeds).
1170+ * @param string $format Optional. PHP date format. Defaults to the 'time_format' option.
1171+ * @param bool $gmt Optional. Whether to use the GMT date. Default false.
1172+ * @param bool $translate Optional. Whether to translate the time (for use in feeds).
11731173 * Default true.
1174- * @param int|WP_Comment $comment_id Optional. WP_Comment or ID of the comment for which to get the time.
1174+ * @param int|null| WP_Comment $comment_id Optional. WP_Comment or ID of the comment for which to get the time.
11751175 * Default current comment.
11761176 * @return string The formatted time.
11771177 */
You can’t perform that action at this time.
0 commit comments