Changeset 26974 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 01/17/2014 09:31:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r26972 r26974 1743 1743 1744 1744 // Cleanup of accidental links within links 1745 $r = preg_replace( '#(<a( 1745 $r = preg_replace( '#(<a([ \r\n\t]+[^>]+?>|>))<a [^>]+?>([^>]+?)</a></a>#i', "$1$3</a>", $r ); 1746 1746 return $r; 1747 1747 }
Note: See TracChangeset
for help on using the changeset viewer.