Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#23791 closed defect (bug) (fixed)

Missing @param in wp_get_attachment_image() docs

Reported by: GaryJ Owned by: SergeyBiryukov
Priority: normal Milestone: 3.6
Component: Inline Docs Version:
Severity: normal Keywords: has-patch commit needs-codex
Cc: Focuses:

Description

There's no @param tag for the $attr attribute in the DocBlock for wp_get_attachment_image().

Attachments (1)

23791.diff (623 bytes ) - added by GaryJ 13 years ago.

Download all attachments as: .zip

Change History (4)

@GaryJ
13 years ago

#1 @SergeyBiryukov
13 years ago

  • Keywords commit added
  • Milestone Awaiting Review3.6

#2 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 23714:

Add phpdoc for $attr argument of wp_get_attachment_image(). props GaryJ. fixes #23791.

#3 @DrewAPicture
13 years ago

  • Keywords needs-codex added

$attr param added to phpdoc for wp_get_attachment_image(). See [23714]

Note: See TracTickets for help on using tickets.