validate_nfs_title_edit.inc in Node and Comments Form Settings 7.2
Same filename and directory in other branches
File
includes/validate_nfs_title_edit.incView source
<?php
/**
* Hide the Revision log field.
*/
function _validate_nfs_title_edit($form, &$form_state) {
if ($form_state['values']['nfs_title_edit'] == '') {
form_set_error('nfs_title_edit', t('<em>Page title when editing a node</em> cannot be empty'));
}
}
Functions
Name![]() |
Description |
---|---|
_validate_nfs_title_edit | Hide the Revision log field. |