Ticket #56746: 56746.patch
| File 56746.patch, 523 bytes (added by , 4 years ago) |
|---|
-
customize/class-wp-customize-background-image-setting.php
26 26 27 27 /** 28 28 * @since 3.4.0 29 *30 * @param mixed $value The value to update. Not used.31 29 */ 32 public function update( $value) {30 public function update() { 33 31 remove_theme_mod( 'background_image_thumb' ); 34 32 } 35 33 }