HomePhorge

D25212

Fix PHP 8.1 "ltrim(null)" exception which blocks rendering first Meme comment
Author: aklapper
Summary: Since PHP 8.1, passing a null string to `ltrim(string $string)` is deprecated. Thus first check if After and Below…