Skip to content

Commit

Permalink
Add variable to template
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 2, 2023
1 parent ec0ca09 commit ac4e226
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Template/cleaning-jobs/plugin-clean.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?php foreach ($deletable_plugins as $plugin): ?>

<!-- ContentCleaner: PLUGIN CLEANING JOB 01 -->
<?php $plugin_job_1 = 'Plugin'; ?>
<div class="job-section-wrapper">
Expand Down Expand Up @@ -79,3 +81,5 @@
</div>
</fieldset>
</div>

<?php endforeach ?>

0 comments on commit ac4e226

Please sign in to comment.