Changeset 25880 for trunk/src/wp-admin/comment.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/comment.php
r25616 r25880 280 280 281 281 $location = ( empty( $_POST['referredby'] ) ? "edit-comments.php?p=$comment_post_id" : $_POST['referredby'] ) . '#comment-' . $comment_id; 282 282 283 283 /** 284 284 * Filter the URI the user is redirected to after editing a comment in the admin.
Note: See TracChangeset
for help on using the changeset viewer.