- 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-header-image-setting.php
r61433 r61670 29 29 /** 30 30 * @since 3.4.0 31 * @since 7.0.0 Return type updated from void to true for compatibility with base class. 31 32 * 32 33 * @global Custom_Image_Header $custom_image_header 33 34 * 34 35 * @param mixed $value The value to update. 36 * @return true Always returns true. 35 37 */ 36 38 public function update( $value ) { … … 59 61 $custom_image_header->set_header_image( $value ); 60 62 } 63 return true; 61 64 } 62 65 }
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)