API page: http://api.drupal.org/api/drupal/modules%21field%21field.attach.inc/grou...

The first sentence says: "Field Attach API functions load, store, display, generate Form API structures, and perform a variety of other functions for field data attached to individual entities."

But it should say: "Field Attach API functions load, store, display, generate Field API structures, and perform a variety of other functions for field data attached to individual entities."

CommentFileSizeAuthor
#2 1458796-1.patch584 bytesdamiankloip

Comments

jhodgdon’s picture

Version: 7.x-dev » 8.x-dev
Issue tags: +Novice, +Needs backport to D7

Good catch, thanks for reporting this!

damiankloip’s picture

Status: Active » Needs review
StatusFileSize
new584 bytes

Here is a (very) small patch for this. I have just checked out a new version of the 8.x branch so thought I might as well!

jhodgdon’s picture

Status: Needs review » Reviewed & tested by the community

Thanks! Looks good, I'll get it committed shortly.

damiankloip’s picture

That's technically my first core commit I guess :) too small to count though really!

jhodgdon’s picture

Status: Reviewed & tested by the community » Fixed

Everything counts! Besides, your first patch is allowed to be small, as it's more about learning the process than about the magnitude of the change. And we appreciate that you took the time to fix a problem, however small. :)

Anyway, I've committed this to both 7.x and 8.x. Thanks!

webchick’s picture

Yay!! Congratulations, damian! :D

Automatically closed -- issue fixed for 2 weeks with no activity.