Plugin Directory

Changeset 156748


Ignore:
Timestamp:
09/21/2009 03:23:30 PM (17 years ago)
Author:
teamplaylotto
Message:

http being chopped off for some reason : fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commentluv/tags/2.7.62/commentluv.php

    r156739 r156748  
    55Version: 2.7.62
    66Author: Andy Bailey
    7 Author URI: http://fiddyp.comluv.com/
     7Author URI: http://fiddyp.co.uk/
    88*/
    99// Avoid name collision
     
    230230                $userid = $userdata->ID;
    231231                $url = $userdata->user_url;
     232                if(!stristr($url,"http://")){
     233                    $url = "http://".$url;
     234                }
    232235                // check for MU blog
    233236                if (function_exists ( 'is_site_admin' )) {
Note: See TracChangeset for help on using the changeset viewer.