? .cvsignore
? privatemsg.pattern_link.patch
? translations
Index: privatemsg.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/privatemsg/privatemsg.module,v
retrieving revision 1.70.2.30.2.91.2.50
diff -u -p -r1.70.2.30.2.91.2.50 privatemsg.module
--- privatemsg.module	8 Jun 2009 12:08:15 -0000	1.70.2.30.2.91.2.50
+++ privatemsg.module	8 Jun 2009 12:56:06 -0000
@@ -1658,6 +1658,8 @@ function privatemsg_thread_change_status
 /**
  * Returns a table header definition based on the submitted keys.
  *
+ * Uses @link theming theme patterns @endlink to theme single headers.
+ *
  * @param $has_posts
  *   TRUE when there is at least one row. Decides if the select all checkbox should be displayed.
  * @param $keys
@@ -1686,7 +1688,7 @@ function _privatemsg_list_headers($has_p
 /**
  * Formats a row in the message list.
  *
- * Uses theme patterns to theme single fields.
+ * Uses @link theming theme patterns @endlink to theme single fields.
  *
  * @param $thread
  *   Array with the row data returned by the database.
