As seen in the attached screenshot, showing a node's "authored on" field, the field description is not rendering for the new datetime field.
Here is the code from NodeFormController.php, which plainly includes description text:
$form['author']['date'] = array(
'#type' => 'datetime',
'#title' => t('Authored on'),
'#description' => t('Format: %format. Leave blank to use the time of form submission.', array('%format' => datetime_format_example($format))),
'#default_value' => !empty($node->date) ? $node->date : '',
);
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
Screenshot_2_18_13_5_55_PM.png | 13.03 KB | Ignored: Check issue status. | None | None |