Changeset 27144
- Timestamp:
- 02/09/2014 08:11:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r25273 r27144 26 26 * Fires when a comment is attempted on a post that does not exist. 27 27 * 28 * @since unknown 28 * @since 1.5.0 29 * 29 30 * @param int $comment_post_ID Post ID. 30 31 */ … … 42 43 * Fires when a comment is attempted on a post that has comments closed. 43 44 * 44 * @since unknown 45 * @since 1.5.0 46 * 45 47 * @param int $comment_post_ID Post ID. 46 48 */ … … 52 54 * 53 55 * @since 2.9.0 56 * 54 57 * @param int $comment_post_ID Post ID. 55 58 */ … … 60 63 * Fires when a comment is attempted on a post in draft mode. 61 64 * 62 * @since unknown 65 * @since 1.5.2 66 * 63 67 * @param int $comment_post_ID Post ID. 64 68 */ … … 69 73 * Fires when a comment is attempted on a password-protected post. 70 74 * 71 * @since unknown 75 * @since 2.9.0 76 * 72 77 * @param int $comment_post_ID Post ID. 73 78 */ … … 78 83 * Fires before a comment is posted. 79 84 * 80 * @since unknown 85 * @since 2.8.0 86 * 81 87 * @param int $comment_post_ID Post ID. 82 88 */ … … 142 148 143 149 /** 144 * The location URI to sendcommenter after posting.150 * Filter the location URI to send the commenter after posting. 145 151 * 146 * @since unknown152 * @since 2.0.5 147 153 * 148 154 * @param string $location The 'redirect_to' URI sent via $_POST.
Note: See TracChangeset
for help on using the changeset viewer.