mirror of
https://github.com/e107inc/e107.git
synced 2025-07-24 00:12:24 +02:00
Add space between "Posted by" and author name in comment_menu
This commit is contained in:
@@ -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>';
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user