Make WordPress Core


Ignore:
Timestamp:
09/05/2015 07:52:17 PM (9 years ago)
Author:
wonderboymusic
Message:

Add Customizer docs.

Props ericlewis.
See #33503.

File:
1 edited

Legend:

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

    r33488 r33911  
    2525
    2626    /**
     27     * Unique string identifier for the setting.
     28     *
    2729     * @access public
    2830     * @var string
     
    7577    public $dirty = false;
    7678
     79    /**
     80     * @var array
     81     */
    7782    protected $id_data = array();
    7883
     
    149154
    150155    /**
    151      * Handle previewing the setting.
     156     * Set up filters for the setting so that the preview request
     157     * will render the drafted changes.
    152158     *
    153159     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.