STYLE FIX passing an alignfull class
This commit is contained in:
parent
a2d62a80fa
commit
4c503aa7bd
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'subscribe-infolettre']);
|
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'subscribe-infolettre alignfull']);
|
||||||
$title = $attributes['title'] ?? null;
|
$title = $attributes['title'] ?? null;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'subscribe-infolettre']);
|
$wrapper_attributes = get_block_wrapper_attributes(['class' => 'subscribe-infolettre alignfull']);
|
||||||
$title = $attributes['title'] ?? null;
|
$title = $attributes['title'] ?? null;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user