i got problem to post bash script with backtick
to solve the difficulty i used the escaped="true" but to work i changed the htmlspecialchars_decode by html_entity_decode to have a good traduction of `
may this modification be in next version ?
i got problem to post bash script with backtick
to solve the difficulty i used the escaped="true" but to work i changed the htmlspecialchars_decode by html_entity_decode to have a good traduction of `
may this modification be in next version ?
Stiil problem with wp-syntax
Now with a php snippet with backtick and "" string
I think it would be fine to have shortcode syntax to call wp-syntax
with two ways of call inline and infile
1) Inline syntax
[source lang="php" line="1" escaped="full"]
inline code here
[/source]
2) Infile syntax
[source lang="php" line="1" file="path_to_myfile.php /]
Oh i find the trick for the back tick
just use the code tag before the pre tag
ok the backtick problem is not a wp-syntax problem
my problem come from pdo for wordpress
This topic has been closed to new replies.