Ticket #3633: index-extra-header.diff
| File index-extra-header.diff, 434 bytes (added by nbachiyski, 6 years ago) |
|---|
-
wp-admin/index-extra.php
2 2 require_once('admin.php'); 3 3 require_once (ABSPATH . WPINC . '/rss.php'); 4 4 5 @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset')); 6 5 7 switch ( $_GET['jax'] ) { 6 8 7 9 case 'incominglinks' :
