Make WordPress Core


Ignore:
Timestamp:
04/26/2022 01:39:57 PM (4 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages for 6.0 Beta 3

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

Props zieladam, ndiego.
See #55567.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/comment-edit-link.php

    r53157 r53278  
    3030    $classes = '';
    3131    if ( isset( $attributes['textAlign'] ) ) {
    32         $classes .= 'has-text-align-' . esc_attr( $attributes['textAlign'] );
    33     }
    34     if ( isset( $attributes['fontSize'] ) ) {
    35         $classes .= 'has-' . esc_attr( $attributes['fontSize'] ) . '-font-size';
     32        $classes .= 'has-text-align-' . $attributes['textAlign'];
    3633    }
    3734
Note: See TracChangeset for help on using the changeset viewer.