mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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');
|
|
?>
|