1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #690 - Option added to enable e_shortcode.php to override other core/plugin shortcodes.

This commit is contained in:
Cameron
2016-04-22 11:54:18 -07:00
parent 16d0417b70
commit 58a3926c54
3 changed files with 40 additions and 6 deletions

View File

@@ -514,8 +514,8 @@ class e107_db_debug {
</thead>
<tbody>\n";
$description = array(1=>'Bbcode',2=>'Shortcode',3=>'Wrapper');
$style = array(1 => 'label-info', 2=>'label-primary', 3=>'label-warning');
$description = array(1=>'Bbcode',2=>'Shortcode',3=>'Wrapper', 4=>'Shortcode Override');
$style = array(1 => 'label-info', 2=>'label-primary', 3=>'label-warning', 'label-danger');
foreach($this -> scbbcodes as $codes)
{