aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/output.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-16 10:16:42 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-16 10:16:42 +0000
commite1af4ea4103d6123f0a1b9a326a596764a2d0262 (patch)
tree783ffce5401416b9fdb946394e1dae23686dc2fb /engine/lib/output.php
parentc09ae77f4c971bab6b2293b6d0b9df9b025569f7 (diff)
downloadelgg-e1af4ea4103d6123f0a1b9a326a596764a2d0262.tar.gz
elgg-e1af4ea4103d6123f0a1b9a326a596764a2d0262.tar.bz2
Removing stray text from previous commit.
git-svn-id: http://code.elgg.org/elgg/trunk@6725 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/output.php')
-rw-r--r--engine/lib/output.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/output.php b/engine/lib/output.php
index 06fa44ead..dba73c13f 100644
--- a/engine/lib/output.php
+++ b/engine/lib/output.php
@@ -152,7 +152,7 @@ function friendly_title($title) {
function friendly_time($time) {
return elgg_view('output/friendlytime', array('time' => $time));
}
-elgg_make_excerpt($text)
+
/**
* Strip tags and offer plugins the chance.
* Plugins register for output:strip_tags plugin hook.