File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1664,6 +1664,7 @@ function wp_kses_html_error( $string ) {
16641664 * @return string Sanitized content.
16651665 */
16661666function wp_kses_bad_protocol_once ( $ string , $ allowed_protocols , $ count = 1 ) {
1667+ $ string = preg_replace ( '/(�*58(?![;0-9])|�*3a(?![;a-f0-9]))/i ' , '$1; ' , $ string );
16671668 $ string2 = preg_split ( '/:|�*58;|�*3a;/i ' , $ string , 2 );
16681669 if ( isset ( $ string2 [1 ] ) && ! preg_match ( '%/\?% ' , $ string2 [0 ] ) ) {
16691670 $ string = trim ( $ string2 [1 ] );
Original file line number Diff line number Diff line change 1313 *
1414 * @global string $wp_version
1515 */
16- $ wp_version = '5.3-alpha-45990 ' ;
16+ $ wp_version = '5.3-alpha-45997 ' ;
1717
1818/**
1919 * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
You can’t perform that action at this time.
0 commit comments