← All changes
|
inc/TemplateHooks/Admin/AdminEditQuestionTemplate.php
+1
-1
4.4.7
→
4.4.8
View file →
| @@ -249,9 +249,9 @@ | ||
| 249 | 249 | * @return string |
| 250 | 250 | */ |
| 251 | 251 | public function html_edit_question_description( QuestionPostModel $questionPostModel ): string { |
| 252 | 252 | $question_id = $questionPostModel->ID; |
| 253 | - $question_description = $questionPostModel->get_the_content(); | |
| 253 | + $question_description = $questionPostModel->post_content; | |
| 254 | 254 | $editor_id = 'lp-question-description-' . $question_id; |
| 255 | 255 | |
| 256 | 256 | $section = [ |
| 257 | 257 | 'wrap' => '<div class="lp-question-data-edit">', |