Changeset 16008 for trunk/wp-admin/moderation.php
- Timestamp:
- 10/27/2010 10:43:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r8645 r16008 9 9 */ 10 10 require_once('../wp-load.php'); 11 wp_redirect( 'edit-comments.php?comment_status=moderated');11 wp_redirect( admin_url('edit-comments.php?comment_status=moderated') ); 12 12 ?>
Note: See TracChangeset
for help on using the changeset viewer.