Changeset 11763
- Timestamp:
- 08/01/2009 09:58:59 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r11749 r11763 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('edit_posts') ) 13 wp_die(__('Cheatin’ uh?')); 11 14 12 15 wp_enqueue_script('admin-comments'); -
trunk/wp-admin/edit-pages.php
r11749 r11763 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('edit_pages') ) 13 wp_die(__('Cheatin’ uh?')); 11 14 12 15 // Handle bulk actions -
trunk/wp-admin/edit.php
r11749 r11763 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('edit_posts') ) 13 wp_die(__('Cheatin’ uh?')); 11 14 12 15 // Back-compat for viewing comments of an entry
Note: See TracChangeset
for help on using the changeset viewer.