Changeset 3985 for trunk/wp-admin/moderation.php
- Timestamp:
- 07/05/2006 10:00:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/moderation.php
r3983 r3985 22 22 23 23 if ( ! current_user_can('moderate_comments') ) 24 die('<p>'.__('Your level is not high enough to moderate comments.').'</p>');24 wp_die('<p>'.__('Your level is not high enough to moderate comments.').'</p>'); 25 25 26 26 $item_ignored = 0;
Note: See TracChangeset
for help on using the changeset viewer.