mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #2364 fix guest author name and language key
Added support for bulk comment validation and deletion with updated confirmation messages and translations. Improved modal dialog behavior, including keyboard accessibility and button visibility. Updated CSS for consistent button styling across themes. Fixed author name display for guest comments.
This commit is contained in:
@@ -136,7 +136,7 @@ SELECT
|
||||
)
|
||||
)->get_url();
|
||||
|
||||
if (empty($row['author_id']))
|
||||
if (empty($row['author_id']) or $row['author_id'] == $conf['guest_id'])
|
||||
{
|
||||
$author_name = $row['author'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user