Changeset 3174673 for auto-iframe/trunk/auto-iframe.php
- Timestamp:
- 10/24/2024 12:53:31 AM (17 months ago)
- File:
-
- 1 edited
-
auto-iframe/trunk/auto-iframe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-iframe/trunk/auto-iframe.php
r3164574 r3174673 120 120 if( array_key_exists( 'link', $atts ) ) { $link = htmlentities( trim( $atts['link'] ), ENT_QUOTES ); } 121 121 122 // Check to see if this is a javascript link, if so, don't process it. 123 if( preg_match('/^javascript:/i', $link ) ) { return ''; } 124 122 125 // If no link has been passed in, there's nothing to do so just return a blank string. 123 126 if( $link == '' ) { return ''; }
Note: See TracChangeset
for help on using the changeset viewer.