Commit 210357f2 by Scott

Replace old qa-lang-* files with stubs

parent 2b8288b1
......@@ -1175,7 +1175,7 @@
if (isset($qa_lang_file_pattern[$group]))
$include=str_replace('*', 'default', $qa_lang_file_pattern[$group]);
else
$include=QA_INCLUDE_DIR.'lang/qa-lang-'.$group.'.php';
$include=QA_INCLUDE_DIR.'qa-lang-'.$group.'.php';
$qa_phrases_default[$group]=@include_once $include;
}
......
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-admin.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-emails.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-main.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-misc.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-options.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-profile.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-question.php');
<?php
/**
* @deprecated This file is deprecated from Q2A 1.7; use the below file instead.
*/
return (include 'lang/qa-lang-users.php');
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