mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
5 lines
102 B
PHP
5 lines
102 B
PHP
|
<?php
|
||
|
require_once('../wp-config.php');
|
||
|
wp_redirect('edit-comments.php?comment_status=moderated');
|
||
|
?>
|