Ticket #46854: 46854.diff
File 46854.diff, 1.1 KB (added by , 6 years ago) |
---|
-
wp-includes/customize/class-wp-customize-selective-refresh.php
diff --git a/wp-includes/customize/class-wp-customize-selective-refresh.php b/wp-includes/customize/class-wp-customize-selective-refresh.php index 87113486b2..0b5c446131 100644
a b final class WP_Customize_Selective_Refresh { 49 49 * Keep track of the current partial being rendered. 50 50 * 51 51 * @since 4.5.0 52 * @var string 52 * @var string|null 53 53 */ 54 54 protected $current_partial_id; 55 55