| [ Index ] | PHP Cross Reference of WordPress Trunk (Updated Daily) | 
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Comment Moderation Administration Screen. 4 * 5 * Redirects to edit-comments.php?comment_status=moderated. 6 * 7 * @package WordPress 8 * @subpackage Administration 9 */ 10 require_once dirname( __DIR__ ) . '/wp-load.php'; 11 wp_redirect( admin_url( 'edit-comments.php?comment_status=moderated' ) ); 12 exit;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |