Elgg  Version 1.11
finishblurb.php
Go to the documentation of this file.
1 <?php
8 elgg_deprecated_notice('view user/search/finishblurb was deprecated.', 1.7);
9 
10 if ($vars['count'] > $vars['threshold']) {
11 
12 ?>
13 <a href="<?php echo elgg_get_site_url(); ?>search/users?tag=<?php echo urlencode($vars['tag']); ?>"><?php
14  echo elgg_echo("user:search:finishblurb");
15  ?></a>
16 <?php
17 
18 }
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg echo
Translates a string.
Definition: languages.js:43
elgg_deprecated_notice($msg, $dep_version, $backtrace_level=1)
Log a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:1006
a
Definition: admin.php:97
if(file_exists($welcome)) $vars
Definition: upgrade.php:93