Make WordPress Core


Ignore:
Timestamp:
05/10/2022 02:47:10 PM (3 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages for 6.0 RC 2

Included cherry-picked commits from the Gutenberg plugin that fix bugs discovere after WordPress 6.0 RC 1.

Props zieladam, ndiego, hellofromtonya.
See #55567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-comments-form.php

    r53338 r53377  
    2525    $classes = 'comment-respond'; // See comment further below.
    2626    if ( isset( $attributes['textAlign'] ) ) {
    27         $classes .= 'has-text-align-' . $attributes['textAlign'];
     27        $classes .= ' has-text-align-' . $attributes['textAlign'];
    2828    }
    2929
Note: See TracChangeset for help on using the changeset viewer.