Changeset 52042 for trunk/src/wp-includes/blocks/post-template.php
- Timestamp:
- 11/08/2021 02:26:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-template.php
r51421 r52042 62 62 ) 63 63 )->render( array( 'dynamic' => false ) ); 64 $content .= "<li>{$block_content}</li>"; 64 $post_classes = esc_attr( implode( ' ', get_post_class( 'wp-block-post' ) ) ); 65 $content .= '<li class="' . $post_classes . '">' . $block_content . '</li>'; 65 66 } 66 67
Note: See TracChangeset
for help on using the changeset viewer.