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 +?>