* show subscription status of comments in frontend and backend
This commit is contained in:
@ -151,3 +151,6 @@ foreach($const['missing'] AS $file => $constants) {
|
||||
@define('NAV_LINK_URL', 'Enter the full URL of your link');
|
||||
@define('MODERATE_SELECTED_COMMENTS', 'Accept selected comments');
|
||||
@define('WEBLOG', 'Weblog');
|
||||
@define('ACTIVE_COMMENT_SUBSCRIPTION', 'Subscribed');
|
||||
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
|
||||
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');
|
||||
|
Reference in New Issue
Block a user