From 81f380fff65c4d643db20bf4367c93dcddb92b07 Mon Sep 17 00:00:00 2001 From: Frank Hochmuth Date: Sun, 28 Jan 2024 05:09:22 +0100 Subject: [PATCH] Update function.toolbar.php --- fp-includes/fp-smartyplugins/function.toolbar.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fp-includes/fp-smartyplugins/function.toolbar.php b/fp-includes/fp-smartyplugins/function.toolbar.php index 082c80f..9071507 100644 --- a/fp-includes/fp-smartyplugins/function.toolbar.php +++ b/fp-includes/fp-smartyplugins/function.toolbar.php @@ -6,10 +6,12 @@ * Type: function * Name: editortop * Purpose: outputs a random magic answer + * Hint: {toolbar} does not work well in the template with Smarty 4. Is no longer used as of FP 1.3 Andante Beta 1. + * See: #184 and #287 * ------------------------------------------------------------- */ function smarty_function_toolbar($params, &$smarty) { do_action('editor_toolbar'); } -?> \ No newline at end of file +?>