save profile url

darcs-hash:20080517202132-84dde-78c7fe9f22aa28f33e9e00432f5cf6436b64e6b5.gz
This commit is contained in:
Evan Prodromou
2008-05-17 16:21:32 -04:00
parent 7ee294de75
commit 1950efda80
4 changed files with 10 additions and 2 deletions

View File

@@ -317,6 +317,10 @@ function common_broadcast_notices($id) {
return true;
}
function common_profile_url($nickname) {
return common_local_url('showstream', array('nickname' => $nickname));
}
// XXX: set up gettext
function _t($str) {