mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Hat tip: Kellan - http://laughingmeme.org/
git-svn-id: http://svn.automattic.com/wordpress/trunk@1919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4926900b83
commit
16cffbe786
@ -4,7 +4,7 @@ require_once('admin.php');
|
||||
$title = __('Moderate comments');
|
||||
$parent_file = 'edit.php';
|
||||
|
||||
$wpvarstoreset = array('action','item_ignored','item_deleted','item_approved');
|
||||
$wpvarstoreset = array('action', 'item_ignored', 'item_deleted', 'item_approved', 'feelinglucky');
|
||||
for ($i=0; $i<count($wpvarstoreset); $i += 1) {
|
||||
$wpvar = $wpvarstoreset[$i];
|
||||
if (!isset($$wpvar)) {
|
||||
|
Loading…
Reference in New Issue
Block a user