Changeset 2207
- Timestamp:
- 12/18/2015 06:17:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r2206 r2207 95 95 96 96 $link = $matches[1]; 97 98 // We may have encoded a link, so unencode if so. 99 // (This would never occur natually.) 100 if ( 0 === strpos( $link, '<a ' ) ) { 101 $link = html_entity_decode( $link ); 102 } 97 103 98 104 // Undo links made clickable during initial parsing
Note: See TracChangeset
for help on using the changeset viewer.