Changeset 46018 for branches/3.8/src/wp-includes/kses.php
- Timestamp:
- 09/04/2019 06:40:10 PM (6 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/kses.php
r44046 r46018 1309 1309 */ 1310 1310 function wp_kses_bad_protocol_once($string, $allowed_protocols, $count = 1 ) { 1311 $string = preg_replace( '/(�*58(?![;0-9])|�*3a(?![;a-f0-9]))/i', '$1;', $string ); 1311 1312 $string2 = preg_split( '/:|�*58;|�*3a;/i', $string, 2 ); 1312 1313 if ( isset($string2[1]) && ! preg_match('%/\?%', $string2[0]) ) {
Note: See TracChangeset
for help on using the changeset viewer.