Changeset 55703 for trunk/src/wp-includes/widgets/class-wp-widget-block.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-block.php
r51814 r55703 224 224 */ 225 225 public function set_is_wide_widget_in_customizer( $is_wide, $widget_id ) { 226 if ( str pos( $widget_id, 'block-' ) === 0) {226 if ( str_starts_with( $widget_id, 'block-' ) ) { 227 227 return false; 228 228 }
Note: See TracChangeset
for help on using the changeset viewer.