Changeset 55
- Timestamp:
- 03/01/2005 12:29:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/formatting-functions.php
r54 r55 135 135 136 136 function bb_fix_link( $link ) { 137 if ( !strstr( $link, 'http' ) ) 137 if ( !strstr( $link, 'http' ) ) // for 'www.example.com' 138 138 $link = 'http://' . $link; 139 139 if ( !strstr( $link, '.' ) ) // these are usually random words
Note: See TracChangeset
for help on using the changeset viewer.