Changeset 55703 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r55276 r55703 2060 2060 */ 2061 2061 protected function is_option_capture_ignored( $option_name ) { 2062 return ( 0 === strpos( $option_name, '_transient_' ) );2062 return ( str_starts_with( $option_name, '_transient_' ) ); 2063 2063 } 2064 2064
Note: See TracChangeset
for help on using the changeset viewer.