You are here

function theme_privatemsg_list_field in Privatemsg 6

Same name and namespace in other branches
  1. 7 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 a row in the message list.

File

./privatemsg.theme.inc, line 69
Theme functions for privatemsg.

Code

function theme_privatemsg_list_field($thread) {
}