PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/TemplateHooks/Table/TableListTemplate.php +2 -3 4.4.24.4.8 View file →
@@ -14,10 +14,9 @@
14 14
15 15 class TableListTemplate {
16 16 use Singleton;
17 17
18 - public function init() {
19 - }
18 + public function init(): void {}
20 19
21 20 /**
22 21 * Render the HTML table.
23 22 *
@@ -108,9 +107,9 @@
108 107 return Template::combine_components( $section );
109 108 }
110 109
111 110 /**
112 - * Reder the HTML table footer.
111 + * Render the HTML table footer.
113 112 *
114 113 * @param string $footer_html
115 114 *
116 115 * @return string