Completed
Push — kraftbj-patch-1 ( 2ad225...d29951 )
by
unknown
11:56 queued 04:30
created
modules/gravatar-hovercards.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
  * @param string $avatar The <img/> element of the avatar.
140 140
  * @param mixed $author User ID, email address, user login, comment object, user object, post object
141 141
  *
142
- * @return The <img/> element of the avatar.
142
+ * @return string <img/> element of the avatar.
143 143
  */
144 144
 function grofiles_get_avatar( $avatar, $author ) {
145 145
 	if ( is_numeric( $author ) ) {
Please login to merge, or discard this patch.