From 73276fe4718a04fd0c15e0f5f5ed20ca22e829b2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 24 Feb 2025 06:36:20 +0000 Subject: [PATCH] Docs: Correct DocBlock formatting for `wp_check_comment_data()`. Follow-up to [59319]. See #62281. Built from https://develop.svn.wordpress.org/trunk@59863 git-svn-id: http://core.svn.wordpress.org/trunk@59205 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 1a1845189e..830272cf34 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -1260,7 +1260,7 @@ function wp_check_comment_data_max_lengths( $comment_data ) { * * @param array $comment_data Array of arguments for inserting a comment. * @return int|string|WP_Error The approval status on success (0|1|'spam'|'trash'), - * WP_Error otherwise. + * WP_Error otherwise. */ function wp_check_comment_data( $comment_data ) { global $wpdb; diff --git a/wp-includes/version.php b/wp-includes/version.php index ac043d9c96..2194001887 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59862'; +$wp_version = '6.8-alpha-59863'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.