Changeset 33891 for trunk/src/wp-comments-post.php
- Timestamp:
- 09/03/2015 06:16:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r31090 r33891 147 147 * @since 3.4.0 148 148 * 149 * @param object $comment Comment object.150 * @param WP_User $userUser object. The user may not exist.149 * @param WP_Comment $comment Comment object. 150 * @param WP_User $user User object. The user may not exist. 151 151 */ 152 152 do_action( 'set_comment_cookies', $comment, $user ); … … 159 159 * @since 2.0.5 160 160 * 161 * @param string $location The 'redirect_to' URI sent via $_POST.162 * @param object $comment Comment object.161 * @param string $location The 'redirect_to' URI sent via $_POST. 162 * @param WP_Comment $comment Comment object. 163 163 */ 164 164 $location = apply_filters( 'comment_post_redirect', $location, $comment );
Note: See TracChangeset
for help on using the changeset viewer.