Make WordPress Core

Ticket #56746: 56746.patch

File 56746.patch, 523 bytes (added by upadalavipul, 4 years ago)
  • customize/class-wp-customize-background-image-setting.php

     
    2626
    2727        /**
    2828         * @since 3.4.0
    29          *
    30          * @param mixed $value The value to update. Not used.
    3129         */
    32         public function update( $value ) {
     30        public function update() {
    3331                remove_theme_mod( 'background_image_thumb' );
    3432        }
    3533}