mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Add space between "Posted by" and author name in comment_menu
This commit is contained in:
parent
90108eab3c
commit
305f0816f8
@ -18,7 +18,7 @@
|
||||
|
||||
// Shortcode Wrappers
|
||||
$COMMENT_MENU_WRAPPER['CM_DATESTAMP'] = ' {---}';
|
||||
$COMMENT_MENU_WRAPPER['CM_AUTHOR'] = CM_L13.'{---}';
|
||||
$COMMENT_MENU_WRAPPER['CM_AUTHOR'] = CM_L13.' {---}';
|
||||
$COMMENT_MENU_WRAPPER['CM_TYPE'] = '<span class="label label-default badge badge-secondary bg-secondary ">{---}</span>';
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user