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. Built from https://develop.svn.wordpress.org/trunk@36624 git-svn-id: http://core.svn.wordpress.org/trunk@36591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
49c7012a7e
commit
53e0315242
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36623';
|
||||
$wp_version = '4.5-alpha-36624';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue