mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
2229af8cb6
git-svn-id: http://svn.automattic.com/wordpress/trunk@7027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
require_once('../wp-config.php');
|
|
wp_redirect('edit-comments.php?comment_status=moderated');
|
|
?>
|