Make WordPress Core


Ignore:
Timestamp:
01/04/2017 01:33:03 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since and @access tags for WP_Widget_Form_Customize_Control::to_json() and ::render_content().

Props keesiemeijer.
Fixes #39463.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-widget-form-customize-control.php

    r35389 r39673  
    2727    /**
    2828     * Gather control params for exporting to JavaScript.
     29     *
     30     * @since 3.9.0
     31     * @access public
    2932     *
    3033     * @global array $wp_registered_widgets
     
    6164    /**
    6265     * Override render_content to be no-op since content is exported via to_json for deferred embedding.
     66     *
     67     * @since 3.9.0
     68     * @access public
    6369     */
    6470    public function render_content() {}
Note: See TracChangeset for help on using the changeset viewer.