function Comment Missing

This commit is contained in:
Frédéric FRANCE 2018-08-31 22:14:09 +02:00
parent 4c0b083f45
commit e47059fa36
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -87,6 +87,11 @@ function resource_prepare_head($object)
return $head;
}
/**
* Prepare head for admin tabs
*
* @return array Array of head entries
*/
function resource_admin_prepare_head()
{