mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-13 15:20:06 +01:00
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
This commit is contained in:
parent
b0e3290d7f
commit
73276fe471
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user