FIX Passing an empty class but soon passing an alignwide ?
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d2f441b966
commit
e29b55fb61
|
|
@ -9,7 +9,7 @@ $args = array(
|
||||||
$query = new WP_Query($args);
|
$query = new WP_Query($args);
|
||||||
$post_count = $query->found_posts;
|
$post_count = $query->found_posts;
|
||||||
?>
|
?>
|
||||||
<section <?php echo get_block_wrapper_attributes(); ?>>
|
<section <?php echo get_block_wrapper_attributes(array('class' => '')); ?>>
|
||||||
<h2>Les notices rédigées par le CARHOP</h2>
|
<h2>Les notices rédigées par le CARHOP</h2>
|
||||||
|
|
||||||
<div class="notices-toolbar" data-post-type="dbmob">
|
<div class="notices-toolbar" data-post-type="dbmob">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user