mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +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');
|
||
|
?>
|