Make WordPress Core


Ignore:
Timestamp:
02/27/2016 09:16:37 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing summary, @access tag, and parameter documentation to the DocBlock for WP_Customize_Filter_Setting::update().

See #32246.

File:
1 edited

Legend:

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

    r35385 r36745  
    2020
    2121        /**
     22         * Saves the value of the setting, using the related API.
     23         *
    2224         * @since 3.4.0
     25         * @access public
     26         *
     27         * @param mixed $value The value to update.
    2328         */
    2429        public function update( $value ) {}
Note: See TracChangeset for help on using the changeset viewer.