development 2.4.0d0 needed for support
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2449533 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
0879535bb4
commit
82cb6d5268
11 changed files with 69 additions and 47 deletions
|
@ -20,7 +20,8 @@
|
|||
<p>.footnote_plugin_index_combi = first <td> if identical footnotes are combined
|
||||
<p>.footnote_plugin_index = first <td> if not
|
||||
<p>.footnote_index = <a> or <span> in first <td> in 3-column table
|
||||
<p>.footnote_plugin_link = <a> or <span> if identical footnotes are not combined, or second <td> in 3-column table
|
||||
<p>.footnote_plugin_symbol = second <td> in 3-column table
|
||||
<p>.footnote_plugin_link = <a> or <span> if identical footnotes are not combined
|
||||
<p>.footnote_backlink = <a> or <span> if identical footnotes are combined, or in second <td> in 3-column table
|
||||
<p>.footnote_index_arrow = nested <span>, symbol only
|
||||
<p>.footnote_plugin_text = second <td>, or third <td> in 3-column table
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
note-for-developers.txt
|
||||
2020-12-19T0609+0100
|
||||
Last modified: 2021-01-01T2249+0100
|
||||
|
||||
Last modified: 2021-01-02T1207+0100
|
||||
|
||||
Footnotes plugin for WordPress, v2.2.6 and later
|
||||
|
||||
|
@ -10,7 +11,7 @@ Support for custom templates
|
|||
Since v2.2.6, Footnotes supports custom templates.
|
||||
|
||||
Custom templates may be loaded from a sibling folder 'footnotes-custom'
|
||||
or since v2.3.1 from a folder 'templates/footnotes/' in the active theme.
|
||||
or since v2.4.0 from a folder 'templates/footnotes/' in the active theme.
|
||||
|
||||
Priority order:
|
||||
1. active theme
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
>[[anchor-element]]</td
|
||||
>
|
||||
<td
|
||||
class="footnote_plugin_link"
|
||||
class="footnote_plugin_symbol"
|
||||
><[[link-span]]
|
||||
onclick="footnote_moveToAnchor_[[post_id]]_[[container_id]]('footnote_plugin_tooltip_[[post_id]]_[[container_id]]_[[note_id]]');"
|
||||
class="footnote_backlink"
|
||||
|
|
Reference in a new issue