Changeset 2780684
- Timestamp:
- 09/06/2022 12:32:15 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
manage-user-access-permission/trunk/controller/access.php
r2777516 r2780684 191 191 ?> 192 192 <div class="capabilities-checkbox"> 193 <label><?php echo esc_html($key) ?></label><input <?php echo esc_html((isset($current_capabilities[$key]) && $current_capabilities[$key] == true) ) ? 'checked' : ''; ?> id="<?php echo esc_html($key) ?>" name="<?php echo esc_html($key) ?>" type="checkbox" />193 <label><?php echo esc_html($key) ?></label><input <?php echo esc_html((isset($current_capabilities[$key]) && $current_capabilities[$key] == true) ? 'checked' : ''); ?> id="<?php echo esc_html($key) ?>" name="<?php echo esc_html($key) ?>" type="checkbox" /> 194 194 </div> 195 195 <input id="muap-cap-value" name="muap-cap-value" value="0" type="hidden" />
Note: See TracChangeset
for help on using the changeset viewer.