Changeset 45966 for branches/3.9/src/wp-admin/admin-ajax.php
- Timestamp:
- 09/04/2019 04:46:27 PM (7 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/admin-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/admin-ajax.php
r28126 r45966 33 33 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' ); 34 34 35 @header( 'Content-Type: text/ html; charset=' . get_option( 'blog_charset' ) );35 @header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ) ); 36 36 @header( 'X-Robots-Tag: noindex' ); 37 37
Note: See TracChangeset
for help on using the changeset viewer.