Make WordPress Core


Ignore:
Timestamp:
11/10/2019 01:41:43 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Move the @link tag for Customize API in WP_Customize_Manager::add_setting() and WP_Customize_Setting to a more appropriate place.

See #48303.

File:
1 edited

Legend:

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

    r46133 r46691  
    1414 *
    1515 * @since 3.4.0
     16 * @link https://developer.wordpress.org/themes/customize-api
    1617 *
    1718 * @see WP_Customize_Manager
     
    7172     * Set this value to 'postMessage' to enable a custom JavaScript handler to render changes to this setting
    7273     * as opposed to reloading the whole page.
    73      *
    74      * @link https://developer.wordpress.org/themes/customize-api
    7574     *
    7675     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.