- Bugfix: Replace footnote short code
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@922225 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
673ce6b18c
commit
1afa3d0e36
2 changed files with 4 additions and 2 deletions
|
@ -246,7 +246,8 @@ function footnotes_getFromString($p_str_Content)
|
|||
}
|
||||
|
||||
/* decode html special chars */
|
||||
$p_str_Content = htmlspecialchars_decode($p_str_Content);
|
||||
$l_str_StartingTag = htmlspecialchars($l_str_StartingTag);
|
||||
$l_str_EndingTag = htmlspecialchars($l_str_EndingTag);
|
||||
|
||||
/* check for a footnote placeholder in the current page */
|
||||
do {
|
||||
|
|
Reference in a new issue