Changeset 54
- Timestamp:
- 03/01/2005 12:23:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/formatting-functions.php
r51 r54 137 137 if ( !strstr( $link, 'http' ) ) 138 138 $link = 'http://' . $link; 139 if ( !strstr( $link, '.' ) ) 139 if ( !strstr( $link, '.' ) ) // these are usually random words 140 140 $link = ''; 141 141 return $link;
Note: See TracChangeset
for help on using the changeset viewer.