Skip to:
Content

bbPress.org

Changeset 55


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

Fixes #29

File:
1 edited

Legend:

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

    r54 r55  
    135135
    136136function bb_fix_link( $link ) {
    137     if ( !strstr( $link, 'http' ) )
     137    if ( !strstr( $link, 'http' ) ) // for 'www.example.com'
    138138        $link = 'http://' . $link;
    139139    if ( !strstr( $link, '.' ) ) // these are usually random words
Note: See TracChangeset for help on using the changeset viewer.