Completed
Push — master ( 3f1b9d...eb5773 )
by Miled
03:15 queued 01:56
created
includes/services/wsl.user.data.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@  discard block
 block discarded – undo
100 100
 
101 101
 // --------------------------------------------------------------------
102 102
 
103
+/**
104
+ * @param string $field
105
+ */
103 106
 function wsl_get_stored_hybridauth_user_profiles_count_by_field( $field )
104 107
 {
105 108
 	global $wpdb;
@@ -111,6 +114,9 @@  discard block
 block discarded – undo
111 114
 
112 115
 // --------------------------------------------------------------------
113 116
 
117
+/**
118
+ * @param integer $limit
119
+ */
114 120
 function wsl_get_stored_hybridauth_user_profiles_grouped_by_user_id( $offset, $limit )
115 121
 {
116 122
 	global $wpdb;
@@ -133,6 +139,9 @@  discard block
 block discarded – undo
133 139
 
134 140
 // --------------------------------------------------------------------
135 141
 
142
+/**
143
+ * @param integer $limit
144
+ */
136 145
 function wsl_get_stored_hybridauth_user_contacts_by_user_id( $user_id, $offset, $limit )
137 146
 {
138 147
 	global $wpdb;
Please login to merge, or discard this patch.