- Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )

- Update: Setting where the reference container appears on public pages can also be set to the widget area

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@919367 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-05-22 12:47:54 +00:00
parent 8fa83b117b
commit 72c239feb1
5 changed files with 38 additions and 9 deletions

View file

@ -46,4 +46,10 @@ define("FOOTNOTE_REFERENCES_CONTAINER_ID", "footnote_references_container"); /*
/* PLUGIN DIRECTORIES */
define("FOOTNOTES_PLUGIN_DIR_NAME", "footnotes");
define("FOOTNOTES_LANGUAGE_DIR", dirname(__FILE__) . "/../languages/");
define("FOOTNOTES_TEMPLATES_DIR", dirname(__FILE__) . "/../templates/");
define("FOOTNOTES_TEMPLATES_DIR", dirname(__FILE__) . "/../templates/");
/*
* PLUGIN PLACEHOLDER TO NOT DISPLAY THE 'LOVE ME' SLUG
* @since 1.1.1
*/
define("FOOTNOTES_NO_SLUGME_PLUG", "[[no footnotes: love]]");