Changeset 31126 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 01/10/2015 06:53:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r31083 r31126 74 74 * theme mod or option name. 75 75 * @param array $args Setting arguments. 76 * @return WP_Customize_Setting $setting77 76 */ 78 77 public function __construct( $manager, $id, $args = array() ) { … … 100 99 if ( $this->sanitize_js_callback ) 101 100 add_filter( "customize_sanitize_js_{$this->id}", $this->sanitize_js_callback, 10, 2 ); 102 103 return $this;104 101 } 105 102
Note: See TracChangeset
for help on using the changeset viewer.