make_clickable didn't work with AIM names with spaces.

git-svn-id: https://develop.svn.wordpress.org/trunk@239 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-06-19 19:22:21 +00:00
parent 5f5d4ba157
commit 09766c1943
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ case 'viewprofile':
<?php if ($profiledata->user_icq > 0) { echo make_clickable("icq:".$profiledata->user_icq); } ?>
</p>
<p> <strong>AIM:</strong> <?php echo make_clickable("aim:".$profiledata->user_aim) ?>
<p> <strong>AIM:</strong> <?php echo "<a href='aim:goim?screenname=". str_replace(' ', '+', $profiledata->user_aim) ."&message=Howdy'>$profiledata->user_aim</a>"; ?>
</p>
<p> <strong>MSN IM:</strong> <?php echo $profiledata->user_msn ?> </p>