- Add: List with Features

- Add: Hyperlink to manfisher.eu in the "other plugins" page
- Bugfix: Load text domain
- Bugfix: Display the Footnotes button in the plain text editor of posts/pages

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@997524 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-09-27 07:56:40 +00:00
parent 5a6cf06525
commit 14cda8a316
7 changed files with 70 additions and 17 deletions

View file

@ -7,6 +7,11 @@
* @since 1.5.0 14.09.14 17:30
*/
/**
*
* @author Stefan Herndler
* @since 1.5.0
*/
class MCI_Footnotes_WYSIWYG {
public static function registerHooks() {
@ -41,7 +46,7 @@ class MCI_Footnotes_WYSIWYG {
*/
public static function newPlainTextEditorButton() {
$l_obj_Template = new MCI_Footnotes_Template(MCI_Footnotes_Template::C_STR_DASHBOARD, "editor-button");
$l_obj_Template->getContent();
echo $l_obj_Template->getContent();
}
/**