Plugin Directory

Changeset 3373711


Ignore:
Timestamp:
10/06/2025 01:07:47 PM (5 months ago)
Author:
cartcoder
Message:

member access bugs fixed

Location:
accessibility-assistant/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • accessibility-assistant/trunk/accessibility_assistant.php

    r3373707 r3373711  
    55    Description: ADA, EAA, AODA & WCAG Compliance Widget for Website Accessibility
    66    Author: CartCoder
    7     Version: 3.0
     7    Version: 3.0.1
    88    License: GPLv2 or later
    99    License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • accessibility-assistant/trunk/admin/edit-language.php

    r3373653 r3373711  
    711711          </div>
    712712          <div class="ada-cc-controller-details">
    713             <div class="ada-cc-controller <?php echo ($current_plan == 'basic' || $current_plan == 'pro' || $current_plan == '' || $current_plan == 'free') ? 'no-access-allowed' : ''; ?>">
     713            <div class="ada-cc-controller <?php echo ($current_plan == '') ? 'no-access-allowed' : ''; ?>">
    714714              <input type="checkbox" id="default_language_switcher" name="default_language_switcher" <?php if ($content['data']['language_translations_data']['is_default'] == 1) {
    715715                                                                                                        echo "checked";
     
    10631063
    10641064        <div class="ada-cc-edit-langauges-save-btn">
    1065           <button class="save-btn <?php echo ($current_plan == 'basic' || $current_plan == 'pro' || $current_plan == '' || $current_plan == 'free') ? 'no-access-allowed' : ''; ?>" name="btnAdd" type="submit"><?php _e('Save', 'accessibility-assistant'); ?></button>
     1065          <button class="save-btn <?php echo ($current_plan == '') ? 'no-access-allowed' : ''; ?>" name="btnAdd" type="submit"><?php _e('Save', 'accessibility-assistant'); ?></button>
    10661066        </div>
    10671067      </div>
Note: See TracChangeset for help on using the changeset viewer.