Newer
Older
Brian Canini
committed
<?php
function publish_label_change_form_alter(&$form, &$form_state, $form_id) {
$form['status']['widget']['value']['#title'] = t('Page Published');
}
<?php
function publish_label_change_form_alter(&$form, &$form_state, $form_id) {
$form['status']['widget']['value']['#title'] = t('Page Published');
}