b8a14e4f2c
git-svn-id: https://develop.svn.wordpress.org/trunk@7027 602fd350-edb4-49c9-b593-d223f7449a82
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
require_once('../wp-config.php');
|
|
wp_redirect('edit-comments.php?comment_status=moderated');
|
|
?>
|