diff options
author | friendica <info@friendica.com> | 2013-09-29 18:34:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-29 18:34:41 -0700 |
commit | bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4 (patch) | |
tree | 9b82bcbe4626be35d5f3b83f3d597a01362b8872 /include/contact_widgets.php | |
parent | a26e48b013f6674e0cb96c143739b0d5c3f71f63 (diff) | |
download | volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.tar.gz volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.tar.bz2 volse-hubzilla-bd0b4d8487484a1a6c4bbba9a6a382f7ff6ba4b4.zip |
remove the "Similar Interests" link until somebody makes it work
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r-- | include/contact_widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index bc7faebc3..af05f8c9f 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -47,7 +47,7 @@ function findpeople_widget() { '$hint' => t('Examples: Robert Morgenstein, Fishing'), '$findthem' => t('Find'), '$suggest' => t('Channel Suggestions'), - '$similar' => t('Similar Interests'), + '$similar' => '', // FIXME and uncomment when mod/match working // t('Similar Interests'), '$random' => t('Random Profile'), '$inv' => t('Invite Friends') )); |