Changeset 61670 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 02/18/2026 04:38:42 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r61433 r61670 709 709 do_action( "customize_update_{$this->type}", $value, $this ); 710 710 711 return has_action( "customize_update_{$this->type}" );711 return (bool) has_action( "customize_update_{$this->type}" ); 712 712 } 713 713 }
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)