Changeset 2313981
- Timestamp:
- 05/28/2020 07:28:42 PM (6 years ago)
- Location:
- lct-useful-shortcodes-functions/trunk
- Files:
-
- 3 edited
-
code/api/_helpers.php (modified) (2 diffs)
-
lct-useful-shortcodes-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lct-useful-shortcodes-functions/trunk/code/api/_helpers.php
r2310439 r2313981 1426 1426 * We have to add this because wpautop doesn't check for script 1427 1427 * 1428 * @param $content1429 * 1430 * @return mixed1428 * @param string $content 1429 * 1430 * @return string 1431 1431 * @since LCT 2017.9 1432 * @verified 20 17.02.071432 * @verified 2020.05.28 1433 1433 */ 1434 1434 function lct_script_protector( $content ) { … … 1447 1447 ], 1448 1448 [ 1449 "{$delimit}< div style=\"display: none !important;\"><script>",1450 "{$delimit}< div style=\"display: none !important;\"><script ",1451 "</script> </div>{$delimit}"1449 "{$delimit}<script>", 1450 "{$delimit}<script ", 1451 "</script>{$delimit}" 1452 1452 ], 1453 1453 $content -
lct-useful-shortcodes-functions/trunk/lct-useful-shortcodes-functions.php
r2310439 r2313981 2 2 * Plugin Name: LCT Useful Shortcodes & Functions 3 3 * Plugin URI: http://lookclassy.com/wordpress-plugins/useful-shortcodes-functions/ 4 * Version: 2020. 74 * Version: 2020.8 5 5 * Requires at least: 4.0 6 * Tested up to: 5. 3.26 * Tested up to: 5.4.1 7 7 * Text Domain: TD_LCT 8 8 * Author: Look Classy Technologies -
lct-useful-shortcodes-functions/trunk/readme.txt
r2310439 r2313981 2 2 Contributors: ircary, pimg 3 3 Donate link: http://lookclassy.com/ 4 Stable tag: 2020. 74 Stable tag: 2020.8 5 5 Requires at least: 4.0 6 Tested up to: 5. 3.26 Tested up to: 5.4.1 7 7 Tags: Functions, Shortcodes 8 8 License: GPLv3 or later … … 29 29 30 30 == Changelog == 31 = 2020.8 = 32 - WP v5.4.1 Ready 33 - Improved: lct_script_protector(); 34 31 35 = 2020.7 = 32 36 - Avada v6.2.2 Ready
Note: See TracChangeset
for help on using the changeset viewer.