for Bugfix release 2.0.6 rolling back priority fix
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2412164 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
ddb568805b
commit
9d5dc4f28a
10 changed files with 519 additions and 471 deletions
|
@ -1,4 +1,15 @@
|
|||
<tr>
|
||||
<td class="footnote_plugin_index" id="footnote_plugin_reference_[[id]]" onclick="footnote_moveToAnchor('footnote_plugin_tooltip_[[id]]');"><a><span class="footnote_plugin_index_arrow">[[arrow]] </span>[[index]].</a></td>
|
||||
<td class="footnote_plugin_text">[[text]]</td>
|
||||
<td
|
||||
class="footnote_plugin_index footnote_plugin_link"
|
||||
id="footnote_plugin_reference_[[id]]"
|
||||
onclick="footnote_moveToAnchor('footnote_plugin_tooltip_[[id]]');"
|
||||
><a
|
||||
><span
|
||||
class="footnote_plugin_index_arrow"
|
||||
>[[arrow]] </span
|
||||
>[[index]].</a
|
||||
></td>
|
||||
<td
|
||||
class="footnote_plugin_text"
|
||||
>[[text]]</td>
|
||||
</tr>
|
||||
|
|
Reference in a new issue