| author | Anthony Ly <anthonyly.com@gmail.com> |
| Tue, 12 Mar 2013 18:21:39 +0100 | |
| changeset 206 | 919b4ddb13fa |
| parent 194 | 32102edaa81b |
| permissions | -rw-r--r-- |
| 136 | 1 |
<?php |
2 |
/** |
|
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
3 |
* Comment Moderation Administration Screen. |
| 136 | 4 |
* |
5 |
* Redirects to edit-comments.php?comment_status=moderated. |
|
6 |
* |
|
7 |
* @package WordPress |
|
8 |
* @subpackage Administration |
|
9 |
*/ |
|
10 |
require_once('../wp-load.php'); |
|
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
11 |
wp_redirect( admin_url('edit-comments.php?comment_status=moderated') ); |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
12 |
exit; |