Changeset 4006 for trunk/wp-admin/link-import.php
- Timestamp:
- 07/10/2006 05:29:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r3985 r4006 17 17 include_once('admin-header.php'); 18 18 if ( !current_user_can('manage_links') ) 19 die (__("Cheatin’ uh?"));19 wp_die(__('Cheatin’ uh?')); 20 20 21 21 $opmltype = 'blogrolling'; // default. … … 69 69 include_once('admin-header.php'); 70 70 if ( !current_user_can('manage_links') ) 71 die (__("Cheatin' uh ?"));71 wp_die(__('Cheatin’ uh?')); 72 72 ?> 73 73 <div class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.