foreach (module_implements($hook) as $module) {
$function = $module . '_' . $hook;
$info = $function($owner, $api);
+ $version = NULL;
// This is added to make hook_views_api() compatible with this, since
// views used a different version key.
if (isset($info['version'])) {
* term view, which is term_page_view().
*/
function page_manager_term_view_page($term) {
+ // Assign the term name as the page title, just as the original page
+ // callback did.
+ drupal_set_title($term->name);
+
// While we ordinarily should never actually get feeds through here,
// just in case
// Load my task plugin