# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -527,8 +527,10 @@
  * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
  *
  * @param int $comment_id Comment ID.
- * @param string $key The meta key to retrieve.
- * @param bool $single Whether to return a single value.
+ * @param string $meta_key Optional.  Metadata key.  If not specified, retrieve all metadata for
+ * 		the specified comment.
+ * @param bool $single Optional, default is false.  If true, return only the first value of the
+ * 		specified meta_key.  This parameter has no effect if meta_key is not specified.
  * @return mixed Will be an array if $single is false. Will be value of meta data field if $single
  *  is true.
  */
