Changeset 8645 for trunk/wp-admin/moderation.php
- Timestamp:
- 08/14/2008 06:30:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r7971 r8645 1 1 <?php 2 /** 3 * Comment Moderation Administration Panel. 4 * 5 * Redirects to edit-comments.php?comment_status=moderated. 6 * 7 * @package WordPress 8 * @subpackage Administration 9 */ 2 10 require_once('../wp-load.php'); 3 11 wp_redirect('edit-comments.php?comment_status=moderated');
Note: See TracChangeset
for help on using the changeset viewer.