Plugin Directory

Changeset 156747


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

weirdness of wp removing the http part from user_url in profile fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • commentluv/trunk/commentluv.php

    r156744 r156747  
    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.