From b30e77f5fc0f73476241afe5fd7cc075d4325d34 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Tue, 23 Feb 2016 01:27:55 +0000 Subject: [PATCH] Customize: Let `WP_Customize_Selective_Refresh` class be `final` to match manager and other component classes. This class is not intended to be extended. See #27355. git-svn-id: https://develop.svn.wordpress.org/trunk@36624 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-customize-selective-refresh.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/customize/class-wp-customize-selective-refresh.php b/src/wp-includes/customize/class-wp-customize-selective-refresh.php index 046b878de7..bf8a9e3c8e 100644 --- a/src/wp-includes/customize/class-wp-customize-selective-refresh.php +++ b/src/wp-includes/customize/class-wp-customize-selective-refresh.php @@ -12,7 +12,7 @@ * * @since 4.5.0 */ -class WP_Customize_Selective_Refresh { +final class WP_Customize_Selective_Refresh { /** * Query var used in requests to render partials.