Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: links and code get converted in posts

I edited BBcode-buttons.php in bbcode buttons plugin

I changed the line:

BBcodeButton('ed_code','CODE','

Code:
','

','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));

to:

BBcodeButton('ed_code','CODE','‘,’','p','line-height:160%;font-size:80%;letter-spacing:1px;font-family:anadale,serif;','unformatted / code'));

Now when the code button is pressed it puts in the backticks

Skip to toolbar