Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Tags not separating

I updated to .8.2.1 and this issue isn’t resolved; in fact, it’s worse. I re-hacked the line to read

$words = explode(' ', $tags);

It no longer strips out commas. So a user entering this for tags in a new post:

“one, two, three four five”

returns these tags:

one,

two,

three

four

five

Any ideas how to fix this?

Skip to toolbar