- Timestamp:
- 08/27/2016 10:31:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-selective-refresh.php
r38402 r38411 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' );71 70 72 71 add_action( 'customize_preview_init', array( $this, 'init_preview' ) );
Note: See TracChangeset
for help on using the changeset viewer.