diff options
Diffstat (limited to 'engine/lib/output.php')
| -rw-r--r-- | engine/lib/output.php | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/engine/lib/output.php b/engine/lib/output.php index 9295f2173..da8e1ab86 100644 --- a/engine/lib/output.php +++ b/engine/lib/output.php @@ -12,7 +12,7 @@   *   * @param string $text The input string   * - * @return string The output stirng with formatted links + * @return string The output string with formatted links   **/  function parse_urls($text) {  	// @todo this causes problems with <attr = "val"> @@ -224,7 +224,6 @@ function elgg_normalize_url($url) {  	$php_5_3_0_to_5_3_2 = version_compare(PHP_VERSION, '5.3.0', '>=') &&  			version_compare(PHP_VERSION, '5.3.3', '<'); -	$validated = false;  	if ($php_5_2_13_and_below || $php_5_3_0_to_5_3_2) {  		$tmp_address = str_replace("-", "", $url);  		$validated = filter_var($tmp_address, FILTER_VALIDATE_URL); @@ -421,7 +420,7 @@ function _elgg_html_decode($string) {  /**   * Unit tests for Output   * - * @param sting  $hook   unit_test + * @param string  $hook   unit_test   * @param string $type   system   * @param mixed  $value  Array of tests   * @param mixed  $params Params | 
