Changeset 10150 for trunk/wp-includes/kses.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/kses.php
r8837 r10150 598 598 { 599 599 $thisval = $match[1]; 600 if ( in_array($attrname, $uris) ) 600 if ( in_array($attrname, $uris) ) 601 601 $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols); 602 602 … … 614 614 { 615 615 $thisval = $match[1]; 616 if ( in_array($attrname, $uris) ) 616 if ( in_array($attrname, $uris) ) 617 617 $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols); 618 618 … … 630 630 { 631 631 $thisval = $match[1]; 632 if ( in_array($attrname, $uris) ) 632 if ( in_array($attrname, $uris) ) 633 633 $thisval = wp_kses_bad_protocol($thisval, $allowed_protocols); 634 634
Note: See TracChangeset
for help on using the changeset viewer.