- Timestamp:
- 08/31/2016 04:30:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-selective-refresh.php
r38411 r38470 68 68 public function __construct( WP_Customize_Manager $manager ) { 69 69 $this->manager = $manager; 70 require_once( ABSPATH . WPINC . '/customize/class-wp-customize-partial.php' ); 70 71 71 72 add_action( 'customize_preview_init', array( $this, 'init_preview' ) );
Note: See TracChangeset
for help on using the changeset viewer.