mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -20,8 +20,8 @@ case 'update':
|
||||
|
||||
check_admin_referer('moderate-comments');
|
||||
|
||||
if ( ! current_user_can('moderate_comments') )
|
||||
wp_die('<p>'.__('Your level is not high enough to moderate comments.').'</p>');
|
||||
if ( !current_user_can('moderate_comments') )
|
||||
wp_die(__('Your level is not high enough to moderate comments.'));
|
||||
|
||||
$item_ignored = 0;
|
||||
$item_deleted = 0;
|
||||
|
||||
Reference in New Issue
Block a user