Changeset 35650
- Timestamp:
- 11/17/2015 02:23:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/rest-functions.php
r35474 r35650 532 532 } 533 533 534 echo "<link rel='https:// github.com/WP-API/WP-API' href='" . esc_url( $api_root ) . "' />\n";534 echo "<link rel='https://api.w.org/' href='" . esc_url( $api_root ) . "' />\n"; 535 535 } 536 536 … … 551 551 } 552 552 553 header( 'Link: <' . esc_url_raw( $api_root ) . '>; rel="https:// github.com/WP-API/WP-API"', false );553 header( 'Link: <' . esc_url_raw( $api_root ) . '>; rel="https://api.w.org/"', false ); 554 554 } 555 555
Note: See TracChangeset
for help on using the changeset viewer.