Path : /hermes/bosnacweb04/bosnacweb04ak/b2322/dot.antimicrobial/public_html/wp-admin/ |
Current < : /hermes/bosnacweb04/bosnacweb04ak/b2322/dot.antimicrobial/public_html/wp-admin/moderation.php |
<?php /** * Comment Moderation Administration Screen. * * Redirects to edit-comments.php?comment_status=moderated. * * @package WordPress * @subpackage Administration */ require_once('../wp-load.php'); wp_redirect( admin_url('edit-comments.php?comment_status=moderated') ); exit;