]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removing stray text from previous commit.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 16 Jul 2010 10:16:42 +0000 (10:16 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 16 Jul 2010 10:16:42 +0000 (10:16 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6725 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/output.php

index 06fa44ead4a52f879907e762bd6be47226f41667..dba73c13f333d01825a775ec854d9e0beb9ea3c3 100644 (file)
@@ -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.