Make WordPress Core


Ignore:
Timestamp:
09/23/2013 05:29:54 PM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation for comment_form() argument defaults missed in [25573].

See #25388.

File:
1 edited

Legend:

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

    r25573 r25575  
    16551655 *     @type string 'logged_in_as'         HTML element for a 'logged in as <user>' message.
    16561656 *     @type string 'comment_notes_before' HTML element for a message displayed before the comment form.
     1657 *                                         Default 'Your email address will not be published.'.
    16571658 *     @type string 'comment_notes_after'  HTML element for a message displayed after the comment form.
    1658  *     @type string 'id_form'              The comment form element id attribute.
    1659  *     @type string 'id_submit'            The comment submit element id attribute.
     1659 *                                         Default 'You may use these HTML tags and attributes ...'.
     1660 *     @type string 'id_form'              The comment form element id attribute. Default 'commentform'.
     1661 *     @type string 'id_submit'            The comment submit element id attribute. Default 'submit'.
    16601662 *     @type string 'title_reply'          The translatable 'reply' button label. Default 'Leave a Reply'.
    16611663 *     @type string 'title_reply_to'       The translatable 'reply-to' button label. Default 'Leave a Reply to %s',
Note: See TracChangeset for help on using the changeset viewer.