Ticket #30580: 30580.diff
File 30580.diff, 1.1 KB (added by , 10 years ago) |
---|
-
src/wp-includes/functions.php
464 464 . "(?:" 465 465 . "\([\w\d]+\)|" 466 466 . "(?:" 467 . "[^`!()\[\]{} ;:'\".,<>«»“”‘’\s]|"467 . "[^`!()\[\]{}:'\".,<>«»“”‘’\s]|" 468 468 . "(?:[:]\d+)?/?" 469 469 . ")+" 470 470 . ")" -
tests/phpunit/tests/functions.php
418 418 'http://việtnam.icom.museum', 419 419 'ftp://127.0.0.1/', 420 420 'http://www.woo.com/video?v=exvUH2qKLTU', 421 'http://taco.com?burrito=enchilada#guac' 421 'http://taco.com?burrito=enchilada#guac', 422 'https://stuff.com/?video=123&autoplay=true' 422 423 ); 423 424 424 425 $blob =" … … 481 482 http://www.woo.com/video?v=exvUH2qKLTU 482 483 483 484 http://taco.com?burrito=enchilada#guac 485 https://stuff.com/?video=123&autoplay=true 484 486 "; 485 487 486 488 $urls = wp_extract_urls( $blob );