I managed to remove most of them but they continue to appear as I add new content. Please see the link below:
https://www.nicolespiteri.com/the-weekender-amsterdam
Please help! Thank you.
https://www.ads-software.com/plugins/use-any-font/
]]>Lastly, if you run a forum where users will be posting code snippets, this plugin should not be used.
What kind of issues would when used for code snippets would one run into?
(besides the obvious backtick issues)
https://www.ads-software.com/plugins/bbpress-enable-tinymce-visual-tab/
]]>https://www.ads-software.com/extend/plugins/jetpack/
please help me, spam is coming
]]>On PHPMyAdmin, I added the table manually and the SQL it showed as having been executed had put the table name and field names inside backticks. I modified the plugin, dropped the table, and re-activated it, and it worked. Does anybody know why this is? Why is there a discrepancy between WP’s docs and what works?
]]>when using markdown in writing a plugin’s readme.txt, backticks are used to express code.
According to markdown, it is not necessary to express <
as <
(HTML code character for <
in case you can’t see it).
This works fine except when defining a section title like
= My title containing tag
<foobar />=
Then my tag is eaten-up by markdown.
Just to report this problem.
]]>backticks
function available here on the forum. It’s a simple little plugin. As you can guess it uses htmlspecialchars()
(among other things) on the stuff in the backticks. But I found something weird.
If a comment contains &#39;
in it, it doesn’t post. (Incidentally, I’m having trouble pasting it here, but you can probably tell what I mean–remove the “amp;” from the entity.) You hit submit, and WP just reloads the current post without posting the comment. (It’s not in the moderation/spam queues, it’s just gone.)
Any ideas?
EDIT: It took me a few tries to get the entity to paste. It’s there now.
]]>