equal
deleted
inserted
replaced
5 * Redirects to edit-comments.php?comment_status=moderated. |
5 * Redirects to edit-comments.php?comment_status=moderated. |
6 * |
6 * |
7 * @package WordPress |
7 * @package WordPress |
8 * @subpackage Administration |
8 * @subpackage Administration |
9 */ |
9 */ |
10 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); |
10 require_once dirname( __DIR__ ) . '/wp-load.php'; |
11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); |
11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); |
12 exit; |
12 exit; |