You are here

option_nfs_submit.inc in Node and Comments Form Settings 7.2

File

includes/option_nfs_submit.inc
View source
<?php

/**
 * Change the value for the submit button.
 *
 * There's no if here.
 */
function _option_nfs_submit(&$form, &$form_state, $settings, $node) {
  $form['actions']['submit']['#value'] = t($settings['nfs_submit']);
  return $form;
}

Functions

Namesort descending Description
_option_nfs_submit Change the value for the submit button.