Completed
Push — delete_old_notif_mob ( 4e0135...909209 )
by
unknown
09:09
created
mod/delete_old_notif/lib/functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1,6 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 // Base on cp_notification
4
+/**
5
+ * @param string $frequency
6
+ */
4 7
 function initialize_queue( $frequency ){
5 8
 	$dbprefix = elgg_get_config('dbprefix');
6 9
 
Please login to merge, or discard this patch.
mod/delete_old_notif/start.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
 	delete_old_notif_handler($hook, $entity_type, $return_value, $params, 'weekly');
22 22
 }
23 23
 
24
+/**
25
+ * @param string $cron_freq
26
+ */
24 27
 function delete_old_notif_handler($hook, $entity_type, $return_value, $params, $cron_freq) {
25 28
 	$dbprefix = elgg_get_config('dbprefix');
26 29
 
Please login to merge, or discard this patch.