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
This commit is contained in:
Weston Ruter 2016-02-23 01:27:55 +00:00
parent 778ee03179
commit b30e77f5fc
1 changed files with 1 additions and 1 deletions

View File

@ -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.