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

merge-requests/26/head
Dries Buytaert 2010-12-17 01:36:04 +00:00
parent a841e71259
commit 1bd3670b30
1 changed files with 2 additions and 1 deletions

View File

@ -605,7 +605,8 @@ function field_info_fields() {
* *
* @param $field_name * @param $field_name
* The name of the field to retrieve. $field_name can only refer to a * 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 * @return
* The field array, as returned by field_read_fields(), with an * The field array, as returned by field_read_fields(), with an