Changeset 28933
- Timestamp:
- 06/30/2014 11:08:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r28918 r28933 459 459 preg_match_all( 460 460 "#(" 461 . "(?: ([\w-]+:)?//?)"461 . "(?:([\w-]+:)?//?)" 462 462 . "[^\s()<>]+" 463 463 . "[.]" 464 464 . "(?:" 465 . "\([\w\d]+\) 465 . "\([\w\d]+\)|" 466 466 . "(?:" 467 . "[^`!()\[\]{};:'\".,<>?«»“”‘’\s] 468 . "(?: [:]\d+)?/?"467 . "[^`!()\[\]{};:'\".,<>?«»“”‘’\s]|" 468 . "(?:[:]\d+)?/?" 469 469 . ")+" 470 470 . ")" 471 . ")# x",471 . ")#", 472 472 $content, 473 473 $post_links
Note: See TracChangeset
for help on using the changeset viewer.