mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
Docs: Correct DocBlock formatting for wp_check_comment_data()
.
Follow-up to [59319]. See #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bcb59bfb14
commit
9d40521059
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user