Plugin Directory

Changeset 2825757


Ignore:
Timestamp:
11/29/2022 09:03:17 AM (3 years ago)
Author:
kuicklist
Message:

Syntax error fix in admin meta_box

Location:
kuicklist/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kuicklist/trunk/README.txt

    r2822186 r2825757  
    55Tested up to: 6.1.1
    66Requires PHP: 5.2.4
    7 Stable tag: 1.0.9
     7Stable tag: 1.0.10
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    146146== Changelog ==
    147147
     148= 1.0.10 =
     149* Fix minor syntax error
     150
    148151= 1.0.9 =
    149152* Added support to WP latest version 6.1.1
  • kuicklist/trunk/admin/class-kuicklist-admin.php

    r2822921 r2825757  
    204204
    205205                $dd_html .= '</select>';
    206                 $dd_html .= ' <a href="javascript:void(0);" class="kuicklist_checklists kuicklist_refresh_icon" style="vertical-align: middle !important; top: 5px !important; position: relative !important; text-decoration: none !important; color: #555d65 !important;" title="Fetch New Data"><span class="dashicons dashicons-update"></span></a>';
     206                $dd_html .= ' <a href="javascript:void(0);" class="kuicklist_checklists kuicklist_refresh_icon" style="vertical-align: middle !important; top: 5px !important; position: relative !important; text-decoration: none !important; color: #555d65 !important;" title="Fetch New Data"><span class="dashicons dashicons-update"></span></a></div>';
    207207                $kl_allowed_dd_html = array(
    208208                    'div'      => array(
  • kuicklist/trunk/kuicklist.php

    r2822186 r2825757  
    1717 * Plugin URI:        kuicklist.com
    1818 * Description:       Discover The Cutting Edge Software That Turns Hordes of Visitors Into Raving Fans While Making It Easy For You To Profit!
    19  * Version:           1.0.9
     19 * Version:           1.0.10
    2020 * Author:            Kuick
    2121 * Author URI:        kuick.co
Note: See TracChangeset for help on using the changeset viewer.