Skip to content
Snippets Groups Projects
Commit 1bd3670b authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #998048 by jhodgdon: field_info_field() only works for active fields - document that.

parent a841e712
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,8 @@ function field_info_fields() {
*
* @param $field_name
* The name of the field to retrieve. $field_name can only refer to a
* non-deleted field.
* non-deleted, active field. Use field_read_fields() to retrieve information
* on deleted or inactive fields.
*
* @return
* The field array, as returned by field_read_fields(), with an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment