Simplification in Text Helper's character_limiter()

Because the "\s" regex character class includes \r and \n,
there is no need for the str_replace() part
1 file changed