Adam 2009-02-09
Documentation » Testt_own
Tests if current node is owner by user with specified identifier
t_own(g_current_user()) => TRUE if current node is owner by current user
bool t_own( [int $id = false] )
Parameters
- int $id User's identifier to check against current node
Returns
- bool Whether current node's is owner by user having identifier as specified
