Ticket #10237: 10237.patch
File 10237.patch, 513 bytes (added by , 15 years ago) |
---|
-
wp-admin/admin-header.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
6 6 * @subpackage Administration 7 7 */ 8 8 9 @header("X-Content-Security-Policy: allow 'self'"); 9 10 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 10 11 if (!isset($_GET["page"])) require_once('admin.php'); 11 12