Skip to:
Content

bbPress.org

Changeset 54


Ignore:
Timestamp:
03/01/2005 12:23:57 AM (20 years ago)
Author:
matt
Message:

Fixes #29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/formatting-functions.php

    r51 r54  
    137137    if ( !strstr( $link, 'http' ) )
    138138        $link = 'http://' . $link;
    139     if ( !strstr( $link, '.' ) )
     139    if ( !strstr( $link, '.' ) ) // these are usually random words
    140140        $link = '';
    141141    return $link;
Note: See TracChangeset for help on using the changeset viewer.