### Eclipse Workspace Patch 1.0
#P drupal core
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.496
diff -u -r1.496 theme.inc
--- includes/theme.inc	18 Jun 2009 21:19:02 -0000	1.496
+++ includes/theme.inc	20 Jun 2009 19:35:00 -0000
@@ -1364,7 +1364,9 @@
  *   - "data": The localized title of the table column.
  *   - "field": The database field represented in the table column (required if
  *     user is to be able to sort on this column).
- *   - "sort": A default sort order for this column ("asc" or "desc").
+ *   - "sort": A default sort order for this column ("asc" or "desc").  This will 
+ *   	 only work if the output of tablesort_sql() is appended to the SQL query 
+ *   	 which selects data for this table.
  *   - Any HTML attributes, such as "colspan", to apply to the column header cell.
  * @param $rows
  *   An array of table rows. Every row is an array of cells, or an associative
