Ticket #10671: 10671.diff
File 10671.diff, 827 bytes (added by , 15 years ago) |
---|
-
wp-admin/admin-ajax.php
21 21 22 22 require_once('includes/admin.php'); 23 23 @header('Content-Type: text/html; charset=' . get_option('blog_charset')); 24 @header( 'X-Content-Type-Options: nosniff' ); 24 25 25 26 do_action('admin_init'); 26 27 -
wp-admin/index-extra.php
13 13 require( 'includes/dashboard.php' ); 14 14 15 15 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 16 @header( 'X-Content-Type-Options: nosniff' ); 16 17 17 18 switch ( $_GET['jax'] ) { 18 19