fixing error on status
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
ee0837b077
commit
d39796f804
|
|
@ -47,7 +47,7 @@ add_action('edit_form_after_title', function () {
|
|||
|
||||
<div class="state-container">
|
||||
<p>Statut :</p>
|
||||
<?php if (isset($status_mdp)): ?>
|
||||
<?php if (isset($status_mdp) && isset($status_mdp['value']) && isset($status_mdp['label'])): ?>
|
||||
<span class="status-state status-state--<?php echo $status_mdp['value']; ?> "><?php echo $status_mdp['label']; ?></span>
|
||||
<?php else : ?>
|
||||
<span class="status-state status-state--none">Aucun !!</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user