Make WordPress Core

Changeset 37568


Ignore:
Timestamp:
05/25/2016 07:21:11 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing @access tags to methods in WP_oEmbed_Controller.

See [34903].

Props ramiy.
Fixes #36297.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-oembed-controller.php

    r37492 r37568  
    2121     *
    2222     * @since 4.4.0
     23     * @access public
    2324     */
    2425    public function register_routes() {
     
    6061     *
    6162     * @since 4.4.0
     63     * @access public
    6264     *
    6365     * @param WP_REST_Request $request Full data about the request.
Note: See TracChangeset for help on using the changeset viewer.