admin/site: retirer site_author, publisher=Blog, auteur depuis profil utilisateur
This commit is contained in:
@@ -207,7 +207,7 @@ $catVal = trim($category ?? '');
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="text-muted fw-normal ps-0 pe-2 text-nowrap" style="width:1%">Auteur</th>
|
||||
<td><?= htmlspecialchars(siteAuthor() ?: '—') ?></td>
|
||||
<td><?= htmlspecialchars(currentUserName() ?: (currentUserEmail() ?? '—')) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-muted fw-normal ps-0 pe-2 text-nowrap">Publication</th>
|
||||
|
||||
Reference in New Issue
Block a user