Changeset 7659 for branches/2.5/wp-admin/admin-ajax.php
- Timestamp:
- 04/14/2008 04:56:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/admin-ajax.php
r7509 r7659 435 435 case 'add-user' : 436 436 check_ajax_referer( $action ); 437 if ( !current_user_can(' edit_users') )437 if ( !current_user_can('create_users') ) 438 438 die('-1'); 439 439 require_once(ABSPATH . WPINC . '/registration.php');
Note: See TracChangeset
for help on using the changeset viewer.