Make WordPress Core

Changeset 42662


Ignore:
Timestamp:
02/07/2018 08:49:26 PM (7 years ago)
Author:
boonebgorges
Message:

Improve parameter description for 'allow_empty_comments'.

Introduced in [42661].

Props swissspidy.
See #16979.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r42661 r42662  
    32393239     * @since 5.0.0
    32403240     *
    3241      * @param bool  $allow_empty_comment Default false.
     3241     * @param bool  $allow_empty_comment Whether to allow empty comments. Default false.
    32423242     * @param array $commentdata         Array of comment data to be sent to wp_insert_comment().
    32433243     */
Note: See TracChangeset for help on using the changeset viewer.