diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-24 07:14:51 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-10-24 07:14:51 +0000 |
commit | de8ff4adb049334317bf91a4abf1b6940f86e8c0 (patch) | |
tree | a5467090c26ae8ac486a8727d6da5a2d98a314de | |
parent | 88ed5dced2f4a5dd252b0b1667efa18710a9523f (diff) | |
download | brdo-de8ff4adb049334317bf91a4abf1b6940f86e8c0.tar.gz brdo-de8ff4adb049334317bf91a4abf1b6940f86e8c0.tar.bz2 |
Roll-back of #310144: Still needs some work.
-rw-r--r-- | includes/theme.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index ee6eea387..b90cf224d 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1245,9 +1245,7 @@ function theme_submenu($links) { * - "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"). This - * depends on tablesort_sql() appending sort data when forming queries - * before being passed to theme_table(). + * - "sort": A default sort order for this column ("asc" or "desc"). * - 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 |