PluginProbe
Stream – Activity Log & Audit Trail / 3.9.0
Stream – Activity Log & Audit Trail v3.9.0
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | classes/class-alert-trigger.php +1 -1 trunk3.9.0 View file →
@@ -51,9 +51,9 @@
51 51 * @param array $recordarr Record data.
52 52 * @param Alert $alert The Alert being worked on.
53 53 * @return bool False on failure, otherwise should return original value of $success.
54 54 */
55 - abstract public function check_record( $success, $record_id, $recordarr, $alert );
55 + abstract public function check_record ( $success, $record_id, $recordarr, $alert );
56 56
57 57 /**
58 58 * Adds fields to the trigger form.
59 59 *