summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-12-27 19:47:52 +0100
committerGitHub <noreply@github.com>2019-12-27 19:47:52 +0100
commit0cab703c941e96d03072364c2082605f18245b5a (patch)
tree44ea0e2f23db7fa5a12bc5b971c56d773ed58c9f /includes/pages/admin_questions.php
parent537179df66b1245f034e9bedeff7d74cbc6a7f5c (diff)
parente1471248fe8f8a4fc6edef28fe702245c2fde48d (diff)
Merge pull request #705 from MyIgel/pronoun
User: Add pronoun statement
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r--includes/pages/admin_questions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php
index 8a63f8db..24a818a8 100644
--- a/includes/pages/admin_questions.php
+++ b/includes/pages/admin_questions.php
@@ -48,7 +48,7 @@ function admin_questions()
$user_source = $question->user;
$unanswered_questions_table[] = [
- 'from' => User_Nick_render($user_source),
+ 'from' => User_Nick_render($user_source) . User_Pronoun_render($user_source),
'question' => nl2br(htmlspecialchars($question->text)),
'answer' => form([
form_textarea('answer', '', ''),