Make WordPress Core

Changeset 32031


Ignore:
Timestamp:
04/05/2015 03:02:24 PM (10 years ago)
Author:
DrewAPicture
Message:

Cleanup DocBlock syntax, add a missing parameter description for WP_Customize_Manager->set_post_value().

See [31370]. See #31888.

File:
1 edited

Legend:

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

    r32030 r32031  
    119119     * @since 3.4.0
    120120     * @since 4.2.0 Added `$action` param.
     121     * @access public
    121122     *
    122123     * @param string|null $action Whether the supplied AJAX action is being run.
     
    479480
    480481    /**
    481      * Override a setting's (unsanitized) value as found in any incoming $_POST['customized']
     482     * Override a setting's (unsanitized) value as found in any incoming $_POST['customized'].
    482483     *
    483484     * @since 4.2.0
    484      *
    485      * @param string $setting_id  The ID for the WP_Customize_Setting instance.
    486      * @param mixed $value
     485     * @access public
     486     *
     487     * @param string $setting_id ID for the WP_Customize_Setting instance.
     488     * @param mixed  $value      Post value.
    487489     */
    488490    public function set_post_value( $setting_id, $value ) {
Note: See TracChangeset for help on using the changeset viewer.