Changeset 45611 for trunk/src/wp-admin/admin-ajax.php
- Timestamp:
- 07/09/2019 05:44:42 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/admin-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-ajax.php
r45176 r45611 36 36 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' ); 37 37 38 @header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) );39 @header( 'X-Robots-Tag: noindex' );38 header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) ); 39 header( 'X-Robots-Tag: noindex' ); 40 40 41 41 send_nosniff_header();
Note: See TracChangeset
for help on using the changeset viewer.