Skip to content

Commit d81ec10

Browse files
committed
refactor: simplify dashboard back URL logic and document template variables in Q&A list
1 parent fb334aa commit d81ec10

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

templates/dashboard/discussions/qna-list.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
* @author Themeum <support@themeum.com>
88
* @link https://themeum.com
99
* @since 4.0.0
10+
*
11+
* These variables are inherited from the parent template file.
12+
* template: /tutor/templates/dashboard/discussions.php
13+
*
14+
* @var string $discussion_url
15+
* @var int $item_per_page
16+
* @var int $offset
17+
* @var string $order_filter
18+
* @var int $current_page
1019
*/
1120

1221
defined( 'ABSPATH' ) || exit;

0 commit comments

Comments
 (0)