mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
feature 2920 added: change admin screen "pending comments" to "all comments".
Now the administrator can filter on "all" or "pending" with a single click. In the admin menu, we display the number of pending comments. git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -59,7 +59,7 @@ function add_core_tabs($sheets, $tab_id)
|
||||
break;
|
||||
|
||||
case 'comments':
|
||||
$sheets[''] = array('caption' => l10n('User comments validation'), 'url' => '');
|
||||
$sheets[''] = array('caption' => l10n('User comments'), 'url' => '');
|
||||
break;
|
||||
|
||||
case 'configuration':
|
||||
|
||||
Reference in New Issue
Block a user