Changeset 44808 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 03/07/2019 09:08:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r44296 r44808 118 118 119 119 $class = 'wp-block-latest-comments'; 120 if ( ! empty( $attributes['className'] ) ) { 121 $class .= ' ' . $attributes['className']; 122 } 120 123 if ( isset( $attributes['align'] ) ) { 121 124 $class .= " align{$attributes['align']}";
Note: See TracChangeset
for help on using the changeset viewer.