Commit afb39b1e authored by twanvl's avatar twanvl

break_text function has been documented

parent 6732df62
...@@ -14,6 +14,7 @@ $built_in_functions = array( ...@@ -14,6 +14,7 @@ $built_in_functions = array(
'curly_quotes' =>'', 'curly_quotes' =>'',
'replace' =>'', 'replace_rule' => 'replace', 'replace' =>'', 'replace_rule' => 'replace',
'filter_text' =>'', 'filter_rule' => 'filter_text', 'filter_text' =>'', 'filter_rule' => 'filter_text',
'break_text' =>'', 'break_rule' => 'break_text',
'sort_text' =>'', 'sort_rule' => 'sort_text', 'sort_text' =>'', 'sort_rule' => 'sort_text',
'contains' =>'', 'contains' =>'',
'match' =>'', 'match_rule' => 'match', 'match' =>'', 'match_rule' => 'match',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment