Index: formatting.php
===================================================================
--- formatting.php	(revision 25562)
+++ formatting.php	(working copy)
@@ -1744,13 +1744,15 @@
 /**
  * Convert one smiley code to the icon graphic file equivalent.
  *
+ * Callback handler for convert_smilies.
  * Looks up one smiley code in the $wpsmiliestrans global array and returns an
  * <img> string for that smiley.
  *
  * @global array $wpsmiliestrans
  * @since 2.8.0
+ * @see convert_smilies()
  *
- * @param string $smiley Smiley code to convert to image.
+ * @param array $smiley Smiley code to convert to image.
  * @return string Image string for smiley.
  */
 function translate_smiley($smiley) {
