source:
trunk/www.guidonia.net/wp/wp-admin/moderation.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 270 bytes |
Rev | Line | |
---|---|---|
[44] | 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 | ?> |
Note:
See TracBrowser
for help on using the repository browser.