Make WordPress Core


Ignore:
Timestamp:
07/05/2006 10:00:03 PM (19 years ago)
Author:
ryan
Message:

Use wp_die(). Props filosofo. fixes #2914

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/moderation.php

    r3983 r3985  
    2222
    2323    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>');
    2525
    2626    $item_ignored = 0;
Note: See TracChangeset for help on using the changeset viewer.