Searched refs:renderSidebarSection (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| H A D | syntax.php | 2879 …$html .= $this->renderSidebarSection('Today', $todayEvents, $todayColor, $calId, $themeStyles, $th… 2884 …$html .= $this->renderSidebarSection('Tomorrow', $tomorrowEvents, $tomorrowColor, $calId, $themeSt… 2889 …$html .= $this->renderSidebarSection('Important Events', $importantEvents, $importantColor, $calId… 3242 …private function renderSidebarSection($title, $events, $accentColor, $calId, $themeStyles, $theme,… function in syntax_plugin_calendar
|
| H A D | CHANGELOG.md | 11463 - **Fixed:** renderSidebarSection was re-sorting and breaking the order 11481 **Sort #2** (Line 2751): Inside renderSidebarSection
|