Plugin Directory

Changeset 2313981


Ignore:
Timestamp:
05/28/2020 07:28:42 PM (6 years ago)
Author:
ircary
Message:

2020.8

  • WP v5.4.1 Ready
  • Improved: lct_script_protector();
Location:
lct-useful-shortcodes-functions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lct-useful-shortcodes-functions/trunk/code/api/_helpers.php

    r2310439 r2313981  
    14261426 * We have to add this because wpautop doesn't check for script
    14271427 *
    1428  * @param $content
    1429  *
    1430  * @return mixed
     1428 * @param string $content
     1429 *
     1430 * @return string
    14311431 * @since    LCT 2017.9
    1432  * @verified 2017.02.07
     1432 * @verified 2020.05.28
    14331433 */
    14341434function lct_script_protector( $content ) {
     
    14471447        ],
    14481448        [
    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}"
    14521452        ],
    14531453        $content
  • lct-useful-shortcodes-functions/trunk/lct-useful-shortcodes-functions.php

    r2310439 r2313981  
    22 * Plugin Name: LCT Useful Shortcodes & Functions
    33 * Plugin URI: http://lookclassy.com/wordpress-plugins/useful-shortcodes-functions/
    4  * Version: 2020.7
     4 * Version: 2020.8
    55 * Requires at least: 4.0
    6  * Tested up to: 5.3.2
     6 * Tested up to: 5.4.1
    77 * Text Domain: TD_LCT
    88 * Author: Look Classy Technologies
  • lct-useful-shortcodes-functions/trunk/readme.txt

    r2310439 r2313981  
    22Contributors: ircary, pimg
    33Donate link: http://lookclassy.com/
    4 Stable tag: 2020.7
     4Stable tag: 2020.8
    55Requires at least: 4.0
    6 Tested up to: 5.3.2
     6Tested up to: 5.4.1
    77Tags: Functions, Shortcodes
    88License: GPLv3 or later
     
    2929
    3030== Changelog ==
     31= 2020.8 =
     32    - WP v5.4.1 Ready
     33    - Improved: lct_script_protector();
     34
    3135= 2020.7 =
    3236    - Avada v6.2.2 Ready
Note: See TracChangeset for help on using the changeset viewer.