Skip to content

Commit

Permalink
Issue #1906484 by dcam, smiletrl: Fix incorrect reference in field_ui…
Browse files Browse the repository at this point in the history
…_field_setting_form_submit() documentation
  • Loading branch information
jhodgdon-drp committed Apr 4, 2013
1 parent 558e9a7 commit 23f3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/field_ui/field_ui.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,7 @@ function field_ui_existing_field_options($entity_type, $bundle) {
/**
* Form constructor for the field settings edit page.
*
* @see field_ui_settings_form_submit()
* @see field_ui_field_settings_form_submit()
* @ingroups forms
*/
function field_ui_field_settings_form($form, &$form_state, $instance) {
Expand Down

0 comments on commit 23f3852

Please sign in to comment.