update trunk/ in vue of urgent bugfix plus feature release 2.5.0

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2452163 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2021-01-07 21:21:29 +00:00
parent 53def2ec48
commit 354b5439f0
27 changed files with 222 additions and 115 deletions

View file

@ -1,7 +1,7 @@
<div class="footnotes_description">
<p>[[description-css]]</p>
</div>
<table id="customize_css_migration" class="widefat fixed">
<table class="customize_css_migration widefat fixed">
<tbody>
<tr>
<td>[[label-css]]</td>

View file

@ -1,4 +1,4 @@
<table id="customize_css_new" class="widefat fixed">
<table class="customize_css_new widefat fixed">
<tbody>
<tr>
<td><span>[[headline]]</span><br />

View file

@ -1,7 +1,7 @@
<div class="footnotes_description">
<p>[[description-css]]</p>
</div>
<table id="customize_css" class="widefat fixed">
<table class="customize_css widefat fixed">
<tbody>
<tr>
<td>[[label-css]]</td>

View file

@ -1,7 +1,7 @@
<div class="footnotes_description">
<p>[[description-symbol]]</p>
</div>
<table id="customize_hyperlink_arrow" class="widefat fixed">
<table class="customize_hyperlink_arrow widefat fixed">
<tbody>
<tr>
<td>[[label-symbol]]</td>

View file

@ -1,4 +1,4 @@
<table id="customize_superscript" class="widefat fixed">
<table class="customize_superscript widefat fixed">
<tbody>
<tr>
<td>[[label-superscript]]</td>

View file

@ -1,4 +1,4 @@
<table id="diagnostics" class="widefat fixed">
<table class="diagnostics widefat fixed">
<tbody>
<tr>
<td>[[label-server]]</td>

View file

@ -3,7 +3,7 @@
<p>[[description-2]]</p>
<p>[[description-3]]</p>
</div>
<table id="expert_lookup" class="widefat fixed">
<table class="expert_lookup widefat fixed">
<thead>
<tr>
<th>[[head-hook]]</th>

View file

@ -1,4 +1,4 @@
<table id="mouse_over_box_appearance" class="widefat fixed">
<table class="mouse_over_box_appearance widefat fixed">
<tbody>
<tr>
<td>[[label-font-size]]</td>

View file

@ -1,4 +1,4 @@
<table id="mouse_over_box_display" class="widefat fixed">
<table class="mouse_over_box_display widefat fixed">
<tbody>
<tr>
<td>[[label-enable]]</td>

View file

@ -1,4 +1,4 @@
<table id="mouse_over_box_position" class="widefat fixed">
<table class="mouse_over_box_position widefat fixed">
<tbody>
<tr>
<td>[[label-position]]</td>

View file

@ -1,4 +1,4 @@
<table id="mouse_over_box_timing" class="widefat fixed">
<table class="mouse_over_box_timing widefat fixed">
<tbody>
<tr>
<td>[[label-fade-in-delay]]</td>

View file

@ -1,4 +1,4 @@
<table id="mouse_over_box_truncation" class="widefat fixed">
<table class="mouse_over_box_truncation widefat fixed">
<tbody>
<tr>
<td>[[label-truncation]]</td>

View file

@ -1,4 +1,4 @@
<table id="settings_excerpts" class="widefat fixed">
<table class="settings_excerpts widefat fixed">
<tbody>
<tr>
<td>[[label-excerpts]]</td>

View file

@ -1,4 +1,4 @@
<table id="settings_love" class="widefat fixed">
<table class="settings_love widefat fixed">
<tbody>
<tr>
<td>[[label-love]]</td>

View file

@ -1,4 +1,4 @@
<table id="settings_numbering" class="widefat fixed">
<table class="settings_numbering widefat fixed">
<tbody>
<tr>
<td>[[label-counter-style]]</td>

View file

@ -1,4 +1,4 @@
<table id="settings_reference_container" class="widefat fixed">
<table class="settings_reference_container widefat fixed">
<tbody>
<tr>
<td>[[label-name]]</td>

View file

@ -1,4 +1,4 @@
<table id="settings_scrolling" class="widefat fixed">
<table class="settings_scrolling widefat fixed">
<tbody>
<tr>
<td>[[label-scroll-offset]]</td>

View file

@ -1,4 +1,7 @@
<table id="settings_start_end" class="widefat fixed">
<div class="footnotes_description">
<p>[[description-escapement]]</p>
</div>
<table class="settings_start_end widefat fixed">
<tbody>
<tr>
<td>[[label-short-code-start]]</td>
@ -14,12 +17,22 @@
<span>[[short-code-end-user]]</span>
</td>
</tr>
</tbody>
</table>
<div class="footnotes_description">
<p>[[description-parentheses]]</p>
</div>
<table class="settings_start_end widefat fixed">
<tbody>
<tr>
<td>[[label-syntax]]</td>
<td>[[syntax]] <span class="footnotes_notice">[[notice-syntax]]</span></td>
</tr>
</tbody>
</table>
<div class="footnotes_description">
<p>[[description-syntax]]</p>
</div>
<script type="text/javascript">
var l_obj_ShortCodeStart = jQuery("#[[short-code-start-id]]");
var l_obj_ShortCodeEnd = jQuery("#[[short-code-end-id]]");

View file

@ -1,6 +1,6 @@
note-for-developers.txt
2020-12-19T0609+0100
Last modified: 2021-01-01T2249+0100
Last modified: 2021-01-04T1734+0100
Footnotes plugin for WordPress, v2.2.6 and later
@ -10,7 +10,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