mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 15:15:45 +03:00
parent
7b867baff7
commit
2d789427d9
2 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ function render( $attributes, $content, $block ) {
|
|||
$html->next_tag( 'button' );
|
||||
$html->add_class( 'wp-block-button__link' );
|
||||
|
||||
$wrapper_attributes = get_block_wrapper_attributes( [ 'class' => 'wp-block-button is-style-text is-small' ]);
|
||||
$wrapper_attributes = get_block_wrapper_attributes( [ 'class' => 'wp-block-button is-style-outline is-small' ]);
|
||||
return sprintf(
|
||||
'<div %s>%s</div>',
|
||||
$wrapper_attributes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue