Changes between Initial Version and Version 1 of Ticket #30936
- Timestamp:
- 01/07/2015 06:46:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30936 – Description
initial v1 16 16 17 17 {{{#!php 18 <?php 18 19 final class WP_Customize_Manager { 19 20 … … 99 100 100 101 {{{#!php 102 <?php 101 103 final class WP_Customize_Widgets { 102 104 /* ... */ … … 202 204 203 205 {{{#!php 206 <?php 204 207 add_filter( 'customize_dynamic_setting_args', function ( $args, $setting_id ) { 205 208 if ( preg_match( '/^scheduled_background_colors\[.+?\]$/', $setting_id ) ) {