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:
parent
778ee03179
commit
b30e77f5fc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue