Changeset 37726 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 06/16/2016 02:58:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r37674 r37726 227 227 $content_type = isset( $_GET['_jsonp'] ) ? 'application/javascript' : 'application/json'; 228 228 $this->send_header( 'Content-Type', $content_type . '; charset=' . get_option( 'blog_charset' ) ); 229 $this->send_header( 'X-Robots-Tag', 'noindex' ); 229 230 230 231 /*
Note: See TracChangeset
for help on using the changeset viewer.