selfthinker / dokuwiki_plugin_wrap

Wrap Plugin for DokuWiki: Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
http://www.dokuwiki.org/plugin:wrap
GNU General Public License v2.0
42 stars 33 forks source link

Doku_Handler::_addCall() is deprecated. #242

Closed fiwswe closed 1 year ago

fiwswe commented 2 years ago

…/data/log/deprecated/*.log shows entries such as this: 2022-09-06 15:32:38 Doku_Handler::_addCall() is deprecated. It was called from syntax_plugin_wrap_span::handle() in /dokuwiki-test/lib/plugins/wrap/syntax/span.php:47 addCall should be used instead!

DW 2022-07-31 "Igor", PHP 8.0.23, Wrap Plugin 2022-08-10

fiwswe