Debug module website

This commit is contained in:
Laurent Destailleur
2017-12-19 12:54:10 +01:00
parent 89a62103ca
commit feaff433b8
4 changed files with 42 additions and 12 deletions

View File

@@ -5595,7 +5595,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey=0, $exclude=null, $ob
* Make substition into a text string, replacing keys with vals from $substitutionarray (oldval=>newval).
*
* @param string $text Source string in which we must do substitution
* @param array $substitutionarray Array with key->val to substitute
* @param array $substitutionarray Array with key->val to substitute. Example: array('__MYKEY__' => 'MyVal')
* @param Translate $outputlangs Output language
* @return string Output string after substitutions
* @see complete_substitutions_array