- Timestamp:
- 01/04/2017 01:33:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-widget-form-customize-control.php
r35389 r39673 27 27 /** 28 28 * Gather control params for exporting to JavaScript. 29 * 30 * @since 3.9.0 31 * @access public 29 32 * 30 33 * @global array $wp_registered_widgets … … 61 64 /** 62 65 * Override render_content to be no-op since content is exported via to_json for deferred embedding. 66 * 67 * @since 3.9.0 68 * @access public 63 69 */ 64 70 public function render_content() {}
Note: See TracChangeset
for help on using the changeset viewer.