Make WordPress Core


Ignore:
Timestamp:
11/28/2014 09:19:06 AM (11 years ago)
Author:
DrewAPicture
Message:

4.1 Docs Audit: Improve inline documentation for various properties and methods in the WP_Customize_Control and WP_Customize_Upload_Control classes.

See #30469.

File:
1 edited

Legend:

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

    r30553 r30605  
    257257     * @since 4.1.0
    258258     *
    259      * @return array
     259     * @return array Array of parameters passed to the JavaScript.
    260260     */
    261261    public function json() {
     
    289289     * @since 4.1.0
    290290     *
    291      * @return string
     291     * @return string Contents of the control.
    292292     */
    293293    public final function get_content() {
     
    507507     * Render the control's JS template.
    508508     *
    509      * This function is only run for control types that have been registered with {@see WP_Customize_Manager::register_control_type()}.
    510      *
    511      * In the future, this will also print the template for the control's container element and be overridable.
     509     * This function is only run for control types that have been registered with
     510     * {@see WP_Customize_Manager::register_control_type()}.
     511     *
     512     * In the future, this will also print the template for the control's container
     513     * element and be override-able.
    512514     *
    513515     * @since 4.1.0
     
    649651     *
    650652     * @since 4.1.0
    651      * @uses WP_Customize_Control::__construct()
    652      *
    653      * @param WP_Customize_Manager $manager
     653     *
     654     * @param WP_Customize_Manager $manager {@see WP_Customize_Manager} instance.
    654655     */
    655656    public function __construct( $manager, $id, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.