function theme_privatemsg_list_field in Privatemsg 7
Same name and namespace in other branches
- 6 privatemsg.theme.inc \theme_privatemsg_list_field()
Default theme function for field theme.
To hide all fields that don't have an explicit theme pattern defined, this theme doesn't return anything.
Parameters
$thread: Thread row returned by the list query.
Return value
A theme_table() compatible field definition.
Related topics
1 theme call to theme_privatemsg_list_field()
- _privatemsg_list_thread in ./
privatemsg.module - Formats all rows (#options) in the privatemsg tableselect thread list.
File
- ./
privatemsg.theme.inc, line 70 - Theme functions for privatemsg.
Code
function theme_privatemsg_list_field($thread) {
}