mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
7 lines
161 B
PHP
7 lines
161 B
PHP
<ol style="list-style-type: disc">
|
|
<?php foreach ( $value['checkbox'] as $check ): ?>
|
|
<li>
|
|
<?php esc_html_e( $check ) ?>
|
|
</li>
|
|
<?php endforeach; ?>
|
|
<ol>
|