mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Issue #6 - LANs: Replace all references to "Comments" with LAN_COMMENTS
This commit is contained in:
@@ -277,7 +277,7 @@ class rss_ui extends e_admin_ui
|
||||
|
||||
//
|
||||
// Comments
|
||||
$feed['name'] = RSS_PLUGIN_LAN_14;
|
||||
$feed['name'] = LAN_COMMENTS;
|
||||
$feed['url'] = 'comments';
|
||||
$feed['topic_id'] = '';
|
||||
$feed['path'] = 'comments';
|
||||
@@ -851,7 +851,7 @@ class rss
|
||||
}
|
||||
*/
|
||||
// Comments
|
||||
$feed['name'] = RSS_PLUGIN_LAN_14;
|
||||
$feed['name'] = LAN_COMMENTS;
|
||||
$feed['url'] = 'comments';
|
||||
$feed['topic_id'] = '';
|
||||
$feed['path'] = 'comments';
|
||||
|
Reference in New Issue
Block a user