Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30217 closed defect (bug) (fixed)

References to `$wpdb` should use `@global` not `@uses`

Reported by: drewapicture's profile DrewAPicture Owned by: drewapicture's profile DrewAPicture
Milestone: 4.1 Priority: normal
Severity: normal Version:
Component: Database Keywords: has-patch
Focuses: docs Cc:

Description

In [30105] we removed most of the standalone @uses tags from core documentation where they referred to functions used by functions. The attached patch begins the effort to convert other erroneous uses of the @uses tag, in this case when documenting that the $wpdb global is leveraged.

Attachments (1)

30217.diff (23.4 KB) - added by DrewAPicture 10 years ago.

Download all attachments as: .zip

Change History (2)

@DrewAPicture
10 years ago

#1 @DrewAPicture
10 years ago

  • Owner set to DrewAPicture
  • Resolution set to fixed
  • Status changed from new to closed

In 30122:

Correct references of @uses $wpdb in core documentation to use @global.

See #30191, [30105].
Fixes #30217.

Note: See TracTickets for help on using tickets.