delta 0 for next release: v2.0.7d0 commit as dev version needed to respond on forum. (v2.0.6 has been diffed against 2.0.4 and assessed, could be kept in production as well given 2.0.4 is okay.) Hooks default status reset to previous, in case that matters (doesn’t on my WordPress). PROBLEM WITH UNRESPONSIVE POSITION SETTING UNRESOLVED
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2413678 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
4f2e8ed5c9
commit
0fb5e205c3
7 changed files with 113 additions and 39 deletions
28
templates/NOTE-FOR-WEBMASTERS.txt
Normal file
28
templates/NOTE-FOR-WEBMASTERS.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
MCI Footnotes WordPress plugin
|
||||
|
||||
NOTE FOR WEBMASTERS
|
||||
|
||||
Added: 2020-11-06T0424+0100
|
||||
Last modified: 2020-11-06T0431+0100
|
||||
|
||||
About the public templates
|
||||
|
||||
|
||||
Template "reference-container-body.html"
|
||||
|
||||
class/task.php(481)
|
||||
css/public.css
|
||||
|
||||
Supported placeholders:
|
||||
|
||||
[[post_id]] makes the footnote ID unique for infinite scroll
|
||||
[[id]] footnote number (1-based integer)
|
||||
|
||||
[[arrow]] symbol alone, for backwards compatibility
|
||||
[[index]] footnote index alone (or comma-separated enumeration) for backwards compatibility
|
||||
|
||||
[[arrow-index]] new compound string starting with the arrow hidden in print
|
||||
wrapping each index in a no-break span, example:
|
||||
|
||||
<span class="footnote_index_item"><span class="footnote_index_arrow">↑ </span>4,</span> <span class="footnote_index_item">5,</span> <span class="footnote_index_item">6,</span> <span class="footnote_index_item">7,</span> <span class="footnote_index_item">8,</span> <span class="footnote_index_item">9,</span> <span class="footnote_index_item">10,</span>
|
||||
[[text]]
|
|
@ -4,7 +4,7 @@
|
|||
class="footnote_plugin_index footnote_plugin_link"
|
||||
onclick="footnote_moveToAnchor_[[post_id]]('footnote_plugin_tooltip_[[post_id]]_[[id]]');"
|
||||
><a
|
||||
>[[index]]</a
|
||||
>[[arrow-index]]</a
|
||||
></td>
|
||||
<td
|
||||
class="footnote_plugin_text"
|
||||
|
|
Reference in a new issue