Elgg  Version 1.9
startblurb.php
Go to the documentation of this file.
1 <?php
8 elgg_deprecated_notice('view user/search/startblurb was deprecated.', 1.7);
9 
10 echo elgg_echo("user:search:startblurb", array($vars['tag']));
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)
Sends a notice about deprecated use of a function, view, etc.
Definition: elgglib.php:1171
if(file_exists($welcome)) $vars
Definition: upgrade.php:93