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.