Loading modules/node.module +8 −8 Original line number Diff line number Diff line Loading @@ -126,14 +126,6 @@ function node_teaser($body) { return $body; } /* ** If we have a short body, return the entire body: */ if (strlen($body) < $size) { return $body; } /* ** If a valid delimiter has been specified, use it to ** chop of the teaser. The delimiter can be outside Loading @@ -145,6 +137,14 @@ function node_teaser($body) { return substr($body, 0, $delimiter); } /* ** If we have a short body, return the entire body: */ if (strlen($body) < $size) { return $body; } /* ** In some cases no delimiter has been specified (eg. ** when posting using the Blogger API) in which case Loading Loading
modules/node.module +8 −8 Original line number Diff line number Diff line Loading @@ -126,14 +126,6 @@ function node_teaser($body) { return $body; } /* ** If we have a short body, return the entire body: */ if (strlen($body) < $size) { return $body; } /* ** If a valid delimiter has been specified, use it to ** chop of the teaser. The delimiter can be outside Loading @@ -145,6 +137,14 @@ function node_teaser($body) { return substr($body, 0, $delimiter); } /* ** If we have a short body, return the entire body: */ if (strlen($body) < $size) { return $body; } /* ** In some cases no delimiter has been specified (eg. ** when posting using the Blogger API) in which case Loading