mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Docs: Add missing @access
tags to methods in WP_oEmbed_Controller
.
See [34903]. Props ramiy. Fixes #36297. Built from https://develop.svn.wordpress.org/trunk@37568 git-svn-id: http://core.svn.wordpress.org/trunk@37536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
267cc99293
commit
ecf5a924fe
@ -20,6 +20,7 @@ final class WP_oEmbed_Controller {
|
||||
* Register the oEmbed REST API route.
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @access public
|
||||
*/
|
||||
public function register_routes() {
|
||||
/**
|
||||
@ -59,6 +60,7 @@ final class WP_oEmbed_Controller {
|
||||
* Returns the JSON object for the post.
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @access public
|
||||
*
|
||||
* @param WP_REST_Request $request Full data about the request.
|
||||
* @return WP_Error|array oEmbed response data or WP_Error on failure.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37567';
|
||||
$wp_version = '4.6-alpha-37568';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user