Edit File by line
/home/barbar84/www/wp-admin
File: moderation.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Comment Moderation Administration Screen.
[2] Fix | Delete
*
[3] Fix | Delete
* Redirects to edit-comments.php?comment_status=moderated.
[4] Fix | Delete
*
[5] Fix | Delete
* @package WordPress
[6] Fix | Delete
* @subpackage Administration
[7] Fix | Delete
*/
[8] Fix | Delete
require_once dirname( __DIR__ ) . '/wp-load.php';
[9] Fix | Delete
wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) );
[10] Fix | Delete
exit;
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function