mirror of
git://develop.git.wordpress.org/
synced 2025-04-22 13:12:11 +02:00
Docs: Update help
key documentation link in REST API response.
Props dd32, mukesh27, audrasjb, SergeyBiryukov. Fixes #53162. git-svn-id: https://develop.svn.wordpress.org/trunk@50840 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
127da0ecae
commit
be105fd0f5
@ -1226,7 +1226,7 @@ class WP_REST_Server {
|
||||
);
|
||||
|
||||
$response = new WP_REST_Response( $available );
|
||||
$response->add_link( 'help', 'http://v2.wp-api.org/' );
|
||||
$response->add_link( 'help', 'https://developer.wordpress.org/rest-api/' );
|
||||
$this->add_active_theme_link_to_index( $response );
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user