creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

fix_text_orphan function - Last word a tag issue #374

Open Malcolm-Remple opened 8 months ago

Malcolm-Remple commented 8 months ago

https://github.com/creativedotdesign/tofino/blob/306874c3b4409a90cbef4bc840600289ec54a704/inc/lib/helpers.php#L159

When content is passed into the function, and the last word is an a tag, the non breaking space is inserted into the a tag <a & nbsp; href="#"> The function still works if the a tag contains two or more words.