Ticket #10671: index-extra.diff
File index-extra.diff, 403 bytes (added by , 15 years ago) |
---|
-
index-extra.php
16 16 require_once (ABSPATH . WPINC . '/rss.php'); 17 17 18 18 @header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 19 @header('X-Content-Type-Options: nosniff'); 19 20 20 21 switch ( $_GET['jax'] ) { 21 22