Changeset 156747
- Timestamp:
- 09/21/2009 03:22:22 PM (17 years ago)
- File:
-
- 1 edited
-
commentluv/trunk/commentluv.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commentluv/trunk/commentluv.php
r156744 r156747 230 230 $userid = $userdata->ID; 231 231 $url = $userdata->user_url; 232 if(!stristr($url,"http://")){ 233 $url = "http://".$url; 234 } 232 235 // check for MU blog 233 236 if (function_exists ( 'is_site_admin' )) {
Note: See TracChangeset
for help on using the changeset viewer.