- 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-filter-setting.php
r41162 r61670 23 23 * 24 24 * @since 3.4.0 25 * @since 7.0.0 Return type updated from void to true for compatibility with base class. 25 26 * 26 27 * @param mixed $value The value to update. 28 * @return true Always returns true. 27 29 */ 28 public function update( $value ) {} 30 public function update( $value ) { 31 return true; 32 } 29 33 }
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)