remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script.
This commit is contained in:
@@ -97,7 +97,7 @@ function help_content(&$a) {
|
||||
$content = preg_replace_callback("/#include (.*?)\;/ism", 'preg_callback_help_include', $content);
|
||||
|
||||
return replace_macros(get_markup_template("help.tpl"), array(
|
||||
'$content' => $content
|
||||
'$content' => translate_projectname($content)
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user