| [ Root ] [ Index ] |
PHP Cross Reference of WordPress 2.9.1Provided by Yoast |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Comment Moderation Administration Panel. 4 * 5 * Redirects to edit-comments.php?comment_status=moderated. 6 * 7 * @package WordPress 8 * @subpackage Administration 9 */ 10 require_once ('../wp-load.php'); 11 wp_redirect('edit-comments.php?comment_status=moderated'); 12 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 27 21:36:08 2010 | Cross-referenced by PHPXref 0.7 |