- Timestamp:
- 02/18/2026 04:38:42 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-image-setting.php
r53411 r61670 27 27 /** 28 28 * @since 3.4.0 29 * @since 7.0.0 Return type updated from void to true for compatibility with base class. 29 30 * 30 31 * @param mixed $value The value to update. Not used. 32 * @return true Always returns true. 31 33 */ 32 34 public function update( $value ) { 33 35 remove_theme_mod( 'background_image_thumb' ); 36 return true; 34 37 } 35 38 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)