Plugin Directory

Changeset 2155265


Ignore:
Timestamp:
09/12/2019 05:27:06 AM (7 years ago)
Author:
dylanfeelscreative
Message:

remove esc_url

Location:
display-url-params
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • display-url-params/tags/1.0/URLParams.php

    r2155202 r2155265  
    1818         'param' => 'param',
    1919     ), $atts ) );
    20      return esc_attr(esc_url(esc_html($_GET[$param])));
     20     return esc_attr(esc_html($_GET[$param]));
    2121 }
    2222 add_shortcode('URLParam', 'FeelDUP_Display');
  • display-url-params/trunk/URLParams.php

    r2155202 r2155265  
    1818         'param' => 'param',
    1919     ), $atts ) );
    20      return esc_attr(esc_url(esc_html($_GET[$param])));
     20     return esc_attr(esc_html($_GET[$param]));
    2121 }
    2222 add_shortcode('URLParam', 'FeelDUP_Display');
Note: See TracChangeset for help on using the changeset viewer.