footnotes WordPress Plugin first alpha release
- Basic functionality is available - Tested against WordPress 3.9.1 git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917799 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
073f387725
commit
3321070f7e
17 changed files with 1793 additions and 0 deletions
8
templates/footnote.html
Executable file
8
templates/footnote.html
Executable file
|
@ -0,0 +1,8 @@
|
|||
<sup>
|
||||
<a href="#" class="footnote_plugin_tooltip" name="footnote_plugin_tooltip_[[FOOTNOTE INDEX]]">
|
||||
[[FOOTNOTE INDEX]])
|
||||
<span>
|
||||
[[FOOTNOTE TEXT]]
|
||||
</span>
|
||||
</a>
|
||||
</sup>
|
Reference in a new issue