- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-image-control.php
r42343 r43571 28 28 public function __construct( $manager ) { 29 29 parent::__construct( 30 $manager, 'background_image', array( 30 $manager, 31 'background_image', 32 array( 31 33 'label' => __( 'Background Image' ), 32 34 'section' => 'background_image', … … 45 47 $custom_background = get_theme_support( 'custom-background' ); 46 48 wp_localize_script( 47 'customize-controls', '_wpCustomizeBackground', array( 49 'customize-controls', 50 '_wpCustomizeBackground', 51 array( 48 52 'defaults' => ! empty( $custom_background[0] ) ? $custom_background[0] : array(), 49 53 'nonces' => array(
Note: See TracChangeset
for help on using the changeset viewer.