- Timestamp:
- 12/16/2010 09:18:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-sites-list-table.php
r16900 r16992 15 15 } 16 16 17 function check_permissions() { 18 if ( ! current_user_can( 'manage_sites' ) ) 19 wp_die( __( 'You do not have permission to access this page.' ) ); 17 function ajax_user_can() { 18 return current_user_can( 'manage_sites' ); 20 19 } 21 20
Note: See TracChangeset
for help on using the changeset viewer.