Changeset 24810
- Timestamp:
- 07/28/2013 07:07:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r24782 r24810 423 423 $any = $ltrs . $gunk . $punc; 424 424 425 preg_match_all( "{\b http : [$any] +? (?= [$punc] * [^$any] | $)}x", $content, $post_links_temp );425 preg_match_all( "{\b https? : [$any] +? (?= [$punc] * [^$any] | $)}x", $content, $post_links_temp ); 426 426 427 427 foreach ( $pung as $link_test ) {
Note: See TracChangeset
for help on using the changeset viewer.