Changeset 55246 for trunk/src/wp-includes/blocks/query-no-results.php
- Timestamp:
- 02/07/2023 07:01:56 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/query-no-results.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-no-results.php
r53929 r55246 41 41 } 42 42 43 $classes = ( isset( $attributes['style']['elements']['link']['color']['text'] ) ) ? 'has-link-color' : ''; 44 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) ); 43 45 return sprintf( 44 46 '<div %1$s>%2$s</div>', 45 get_block_wrapper_attributes(),47 $wrapper_attributes, 46 48 $content 47 49 );
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)