function profile_ctools_block_info
File
-
plugins/
content_types/ block/ block.inc, line 306
Code
function profile_ctools_block_info($module, $delta, &$info) {
// Hide the author information block which isn't as rich as what we can
// do with context.
$info = NULL;
}