victorjonsson / Arlima

Article List Manager - Wordpress plugin suitable for online newspapers that's in need of a fully customizable front page
28 stars 16 forks source link

Arlima_Plugin::displayArlimaList() broke get_the_excerpt() method #50

Closed adamlukaszczyk closed 9 years ago

adamlukaszczyk commented 10 years ago

get_the_excerpt() method should not print out to output any data, just return the string.

The issue is that get_the_excerpt() run the_content filters and the Arlima plugin hooks to it.

That line of code echos arlima list instead of returning it to caller while using the get_the_excerpt() method https://github.com/victorjonsson/Arlima/blob/master/classes/Plugin.php#L80