PluginProbe
Tutor LMS – eLearning and online course solution / 3.4.2
Tutor LMS – eLearning and online course solution v3.4.2
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | cache/FlashMessage.php +1 -1 trunk3.4.2 View file →
@@ -119,9 +119,9 @@
119 119 */
120 120 public function show() {
121 121 $data = $this->get_cache();
122 122 if ( is_array( $data ) && count( $data ) ) {
123 - tutor_closeable_alert_msg( $data['message'], $data['alert'], array(), $data['css_class'] ?? '' );
123 + tutor_closeable_alert_msg( $data['message'], $data['alert'] );
124 124
125 125 // Delete flash message.
126 126 $this->delete_cache();
127 127 }