branch | wordpress |
changeset 109 | 03b0d1493584 |
child 132 | 4d4862461b8d |
-1:000000000000 | 109:03b0d1493584 |
---|---|
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 */ |
|
10 require_once('../wp-load.php'); |
|
11 wp_redirect('edit-comments.php?comment_status=moderated'); |
|
12 ?> |