Make WordPress Core


Ignore:
Timestamp:
11/30/2014 11:32:31 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/class-wp-customize*.php.

See #30224.

File:
1 edited

Legend:

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

    r30656 r30676  
    169169     * @since 3.4.0
    170170     *
    171      * @return bool False if cap check fails or value isn't set.
     171     * @return false|null False if cap check fails or value isn't set.
    172172     */
    173173    public final function save() {
     
    295295     *
    296296     * @param mixed $value The value to update.
    297      * @return mixed The result of saving the value.
     297     * @return bool|null The result of saving the value.
    298298     */
    299299    protected function _update_option( $value ) {
     
    470470     * @param $root
    471471     * @param $keys
    472      * @param $default A default value which is used as a fallback. Default is null.
     472     * @param mixed $default A default value which is used as a fallback. Default is null.
    473473     * @return mixed The requested value or the default value.
    474474     */
Note: See TracChangeset for help on using the changeset viewer.