Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Remove inline @see tags from function, class, and method references in inline docs.

Known functions, classes, and methods are now auto-linked in Code Reference pages following #meta1483.

Note: Hook references are still linked via inline @see tags due to the unlikelihood of reliably matching for known hooks based on a RegEx pattern.

See #32246.

File:
1 edited

Legend:

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

    r37337 r37342  
    382382                 * @since 3.4.0
    383383                 *
    384                  * @param WP_Customize_Control $this {@see WP_Customize_Control} instance.
     384                 * @param WP_Customize_Control $this WP_Customize_Control instance.
    385385                 */
    386386                do_action( 'customize_render_control_' . $this->id, $this );
     
    571571         *
    572572         * This function is only run for control types that have been registered with
    573          * {@see WP_Customize_Manager::register_control_type()}.
     573         * WP_Customize_Manager::register_control_type().
    574574         *
    575575         * In the future, this will also print the template for the control's container
     
    590590         *
    591591         * Class variables for this control class are available in the `data` JS object;
    592          * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
     592         * export custom variables by overriding WP_Customize_Control::to_json().
    593593         *
    594594         * @see WP_Customize_Control::print_template()
Note: See TracChangeset for help on using the changeset viewer.