Changeset 46023 for branches/3.7/src
- Timestamp:
- 09/04/2019 06:42:14 PM (7 years ago)
- Location:
- branches/3.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7
-
branches/3.7/src
- Property svn:mergeinfo changed
/trunk/src merged: 45997
- Property svn:mergeinfo changed
-
branches/3.7/src/wp-includes/kses.php
r44049 r46023 1307 1307 */ 1308 1308 function wp_kses_bad_protocol_once($string, $allowed_protocols, $count = 1 ) { 1309 $string = preg_replace( '/(�*58(?![;0-9])|�*3a(?![;a-f0-9]))/i', '$1;', $string ); 1309 1310 $string2 = preg_split( '/:|�*58;|�*3a;/i', $string, 2 ); 1310 1311 if ( isset($string2[1]) && ! preg_match('%/\?%', $string2[0]) ) {
Note: See TracChangeset
for help on using the changeset viewer.