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:
Linty
2025-08-26 16:38:11 +02:00
parent 57042cc475
commit 613dd410e5
8 changed files with 67 additions and 11 deletions

View File

@@ -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'];
}