Changeset 53377 for trunk/src/wp-includes/blocks/post-comments-form.php
- Timestamp:
- 05/10/2022 02:47:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-comments-form.php
r53338 r53377 25 25 $classes = 'comment-respond'; // See comment further below. 26 26 if ( isset( $attributes['textAlign'] ) ) { 27 $classes .= ' has-text-align-' . $attributes['textAlign'];27 $classes .= ' has-text-align-' . $attributes['textAlign']; 28 28 } 29 29
Note: See TracChangeset
for help on using the changeset viewer.