We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9335943 commit c08b419Copy full SHA for c08b419
1 file changed
textreparser/plugins/clean_old_ideas.php
@@ -90,7 +90,7 @@ protected function get_records_by_range_query($min_id, $max_id)
90
/**
91
* {@inheritdoc}
92
*/
93
- protected function reparse_record(array $record)
+ protected function reparse_record(array $record, bool $force_bbcode_reparsing = false)
94
{
95
$text = $record['text'];
96
0 commit comments