Changeset 156748
- Timestamp:
- 09/21/2009 03:23:30 PM (17 years ago)
- File:
-
- 1 edited
-
commentluv/tags/2.7.62/commentluv.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commentluv/tags/2.7.62/commentluv.php
r156739 r156748 5 5 Version: 2.7.62 6 6 Author: Andy Bailey 7 Author URI: http://fiddyp.co mluv.com/7 Author URI: http://fiddyp.co.uk/ 8 8 */ 9 9 // Avoid name collision … … 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.