Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-admin / moderation.php
@John Ryland John Ryland on 22 Dec 2020 270 bytes import NUC files
<?php
/**
 * Comment Moderation Administration Panel.
 *
 * Redirects to edit-comments.php?comment_status=moderated.
 *
 * @package WordPress
 * @subpackage Administration
 */
require_once('../wp-load.php');
wp_redirect('edit-comments.php?comment_status=moderated');
?>