Ticket #2289: inline-uploading.php.diff
| File inline-uploading.php.diff, 398 bytes (added by ruckus, 6 years ago) |
|---|
-
inline-uploading.php
2 2 3 3 require_once('admin.php'); 4 4 5 header('Content-Type: text/html; charset=' . get_option('blog_charset')); 6 5 7 if (!current_user_can('edit_posts')) 6 8 die(__('You do not have permission to edit posts.')); 7 9
