Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (9 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-manager.php

    r37283 r37342  
    686686         * Announce when a specific setting's unsanitized post value has been set.
    687687         *
    688          * Fires when the {@see WP_Customize_Manager::set_post_value()} method is called.
     688         * Fires when the WP_Customize_Manager::set_post_value() method is called.
    689689         *
    690690         * The dynamic portion of the hook name, `$setting_id`, refers to the setting ID.
     
    700700         * Announce when any setting's unsanitized post value has been set.
    701701         *
    702          * Fires when the {@see WP_Customize_Manager::set_post_value()} method is called.
     702         * Fires when the WP_Customize_Manager::set_post_value() method is called.
    703703         *
    704704         * This is useful for `WP_Customize_Setting` instances to watch
     
    13851385     *
    13861386     * @param string $control Name of a custom control which is a subclass of
    1387      *                        {@see WP_Customize_Control}.
     1387     *                        WP_Customize_Control.
    13881388     */
    13891389    public function register_control_type( $control ) {
Note: See TracChangeset for help on using the changeset viewer.