Ticket #54786: 54786-typo-fix.patch
| File 54786-typo-fix.patch, 474 bytes (added by , 4 months ago) |
|---|
| Line | |
|---|---|
| 1 | Index: src/wp-includes/blocks.php |
| 2 | =================================================================== |
| 3 | --- src/wp-includes/blocks.php (revision CURRENT) |
| 4 | +++ src/wp-includes/blocks.php (working copy) |
| 5 | @@ -XXX,7 +XXX,7 @@ |
| 6 | // Enqueue the block style. |
| 7 | if ( isset( $args['handle'] ) ) { |
| 8 | - wp_style_add_data( $args['hanle'], 'rtl', 'replace' ); |
| 9 | + wp_style_add_data( $args['handle'], 'rtl', 'replace' ); |
| 10 | } |
| 11 | |
| 12 | if ( isset( $args['inline_style'] ) && $args['inline_style'] ) { |