mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Update language.php
Add bbcode support.
This commit is contained in:
parent
89d37a1271
commit
359b6e3a7f
@ -1158,7 +1158,7 @@ class lanDeveloper
|
||||
|
||||
$text .= "
|
||||
<tr>
|
||||
<td><div class='alert-info alert alert-block'>".LANG_LAN_140."</div></td>
|
||||
<td><div class='alert-info alert alert-block'>".e107::getParser()->toHTML(LANG_LAN_140, true)."</div></td>
|
||||
<td class='form-inline'>
|
||||
<select name='deprecatedLans[]' multiple style='height:200px'>
|
||||
<option value=''>".LANG_LAN_141."</option>";
|
||||
@ -1696,7 +1696,7 @@ class lanDeveloper
|
||||
|
||||
if($reverse != true)
|
||||
{
|
||||
$mes->addInfo(LANG_LAN_150); //Search Everywhere before commenting out
|
||||
$mes->addInfo(e107::getParser()->toHTML(LANG_LAN_150, true)); //Search Everywhere before commenting out
|
||||
}
|
||||
|
||||
$ret['text'] = $mes->render().$text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user