Changeset 30538 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 11/24/2014 05:18:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r30111 r30538 2138 2138 * @type string $comment_field The comment textarea field HTML. 2139 2139 * @type string $must_log_in HTML element for a 'must be logged in to comment' message. 2140 * @type string $logged_in_as HTML element for a 'logged in as <user>' message.2140 * @type string $logged_in_as HTML element for a 'logged in as [user]' message. 2141 2141 * @type string $comment_notes_before HTML element for a message displayed before the comment form. 2142 2142 * Default 'Your email address will not be published.'. … … 2247 2247 <?php 2248 2248 /** 2249 * Fires at the top of the comment form, inside the <form>tag.2249 * Fires at the top of the comment form, inside the form tag. 2250 2250 * 2251 2251 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.