function pmnote_field_extra_fields_alter in Drupal PM (Project Management) 7
Implements hook_field_extra_fields_alter().
File
- pmnote/
pmnote.module, line 135 - Functions for the PM Note module.
Code
function pmnote_field_extra_fields_alter(&$info) {
$info['node']['pmnote']['form']['title']['weight'] = -19;
}