source: trunk/www.guidonia.net/wp/wp-admin/moderation.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 270 bytes
Line 
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 */
10require_once('../wp-load.php');
11wp_redirect('edit-comments.php?comment_status=moderated');
12?>
Note: See TracBrowser for help on using the repository browser.