Skip to content

Commit ab71d50

Browse files
DrewAPictureDrewAPicture
authored andcommitted
Docs: Add missing @access tags to methods in WP_oEmbed_Controller.
See [34903]. Props ramiy. Fixes #36297. git-svn-id: https://develop.svn.wordpress.org/trunk@37568 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e6ee032 commit ab71d50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wp-includes/class-wp-oembed-controller.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ final class WP_oEmbed_Controller {
2020
* Register the oEmbed REST API route.
2121
*
2222
* @since 4.4.0
23+
* @access public
2324
*/
2425
public function register_routes() {
2526
/**
@@ -59,6 +60,7 @@ public function register_routes() {
5960
* Returns the JSON object for the post.
6061
*
6162
* @since 4.4.0
63+
* @access public
6264
*
6365
* @param WP_REST_Request $request Full data about the request.
6466
* @return WP_Error|array oEmbed response data or WP_Error on failure.

0 commit comments

Comments
 (0)