Plugin Directory

Changeset 2780684


Ignore:
Timestamp:
09/06/2022 12:32:15 PM (4 years ago)
Author:
mbmipak
Message:

add translate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • manage-user-access-permission/trunk/controller/access.php

    r2777516 r2780684  
    191191                    ?>
    192192                        <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" />
    194194                        </div>
    195195                        <input id="muap-cap-value" name="muap-cap-value" value="0" type="hidden" />
Note: See TracChangeset for help on using the changeset viewer.