development 2.3.1d2 (correct) for forum

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2448967 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2021-01-01 21:59:05 +00:00
parent 3096e8f3b4
commit 0879535bb4
3 changed files with 19 additions and 14 deletions

View file

@ -1,6 +1,6 @@
note-for-developers.txt
2020-12-19T0609+0100
Last modified: 2021-01-01T2212+0100
Last modified: 2021-01-01T2249+0100
Footnotes plugin for WordPress, v2.2.6 and later
@ -12,6 +12,11 @@ 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.
Priority order:
1. active theme
2. sibling folder
3. internal
See footnotes/class/template.php:67..116