From ecf5a924fe0d8e5cb6b7a5a700d1201e38d305b4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 25 May 2016 19:22:27 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-oembed-controller.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-oembed-controller.php b/wp-includes/class-wp-oembed-controller.php index dd89e94d75..13fed836e6 100644 --- a/wp-includes/class-wp-oembed-controller.php +++ b/wp-includes/class-wp-oembed-controller.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9506c8a9f1..6e76387e4d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.