- Timestamp:
- 10/26/2016 06:51:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-image-control.php
r35389 r38948 41 41 parent::enqueue(); 42 42 43 $custom_background = get_theme_support( 'custom-background' ); 43 44 wp_localize_script( 'customize-controls', '_wpCustomizeBackground', array( 45 'defaults' => ! empty( $custom_background[0] ) ? $custom_background[0] : array(), 44 46 'nonces' => array( 45 47 'add' => wp_create_nonce( 'background-add' ),
Note: See TracChangeset
for help on using the changeset viewer.