wp/wp-includes/class-wp-customize-setting.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     4  *
     4  *
     5  * @package WordPress
     5  * @package WordPress
     6  * @subpackage Customize
     6  * @subpackage Customize
     7  * @since 3.4.0
     7  * @since 3.4.0
     8  */
     8  */
       
     9 
       
    10 // Don't load directly.
       
    11 if ( ! defined( 'ABSPATH' ) ) {
       
    12 	die( '-1' );
       
    13 }
     9 
    14 
    10 /**
    15 /**
    11  * Customize Setting class.
    16  * Customize Setting class.
    12  *
    17  *
    13  * Handles saving and sanitizing of settings.
    18  * Handles saving and sanitizing of settings.