Changeset 2714 for trunk/wp-admin/link-import.php
- Timestamp:
- 07/15/2005 02:16:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-import.php
r2699 r2714 16 16 { 17 17 include_once('admin-header.php'); 18 if ( $user_level < 5)18 if ( !current_user_can('manage_links') ) 19 19 die (__("Cheatin’ uh?")); 20 20 … … 66 66 case 1: { 67 67 include_once('admin-header.php'); 68 if ( $user_level < 5)68 if ( !current_user_can('manage_links') ) 69 69 die (__("Cheatin' uh ?")); 70 70 ?>
Note: See TracChangeset
for help on using the changeset viewer.