Changeset 2893545
- Timestamp:
- 04/04/2023 11:39:08 AM (3 years ago)
- Location:
- ce21-suite/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
programs/ce21-programs-functions.php (modified) (1 diff)
-
single-sign-on-ce21.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ce21-suite/trunk/README.txt
r2855745 r2893545 5 5 Requires at least: 4.0 6 6 Tested up to: 6.1 7 Stable tag: 2.1. 77 Stable tag: 2.1.8 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later -
ce21-suite/trunk/programs/ce21-programs-functions.php
r2843982 r2893545 18 18 function ce21_save_programs_list_settings() 19 19 { 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']; 26 26 27 27 $topicAreaShortcode=''; -
ce21-suite/trunk/single-sign-on-ce21.php
r2855745 r2893545 16 16 * Plugin URI: https://www.ce21.com 17 17 * Description: CE21 Suite. 18 * Version: 2.1. 718 * Version: 2.1.8 19 19 * Author: CE21 20 20 * Author URI: https://www.ce21.com
Note: See TracChangeset
for help on using the changeset viewer.