Plugin Directory

Changeset 2893545


Ignore:
Timestamp:
04/04/2023 11:39:08 AM (3 years ago)
Author:
ce21com
Message:

Fixed shortcode generating issue from admin section

Location:
ce21-suite/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ce21-suite/trunk/README.txt

    r2855745 r2893545  
    55Requires at least: 4.0
    66Tested up to: 6.1
    7 Stable tag: 2.1.7
     7Stable tag: 2.1.8
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • ce21-suite/trunk/programs/ce21-programs-functions.php

    r2843982 r2893545  
    1818function ce21_save_programs_list_settings()
    1919{
    20     $topicArea    =   sanitize_post($_POST['topicArea']);
    21     $tags         =   sanitize_post($_POST['tags']);
    22     $productTypes =   sanitize_post($_POST['productTypes']);
    23     $categories   =   sanitize_post($_POST['categories']);
    24     $page_size    =   sanitize_text_field($_POST['page_size']);
    25     $sort_order   =   sanitize_text_field($_POST['sort_order']);
     20    $topicArea    =   $_POST['topicArea'];
     21    $tags         =   $_POST['tags'];
     22    $productTypes =   $_POST['productTypes'];
     23    $categories   =   $_POST['categories'];
     24    $page_size    =   $_POST['page_size'];
     25    $sort_order   =   $_POST['sort_order'];
    2626
    2727    $topicAreaShortcode='';
  • ce21-suite/trunk/single-sign-on-ce21.php

    r2855745 r2893545  
    1616 * Plugin URI:        https://www.ce21.com
    1717 * Description:       CE21 Suite.
    18  * Version:           2.1.7
     18 * Version:           2.1.8
    1919 * Author:            CE21
    2020 * Author URI:        https://www.ce21.com
Note: See TracChangeset for help on using the changeset viewer.