afterSaveHandler($text, $topic, $web, $error, $meta )
-
$text - the text of the topic excluding meta-data tags (see beforeSaveHandler) -
$topic - the name of the topic in the current CGI query -
$web - the name of the web in the current CGI query -
$error - any error string returned by the save. -
$meta - the metadata of the saved topic, represented by a TWiki::Meta object
This handler is called each time a topic is saved.
NOTE: meta-data is embedded in $text (using %META: tags)
Since: TWiki::Plugins::VERSION = '1.020'