Opened 11 years ago
Closed 11 years ago
#30217 closed defect (bug) (fixed)
References to `$wpdb` should use `@global` not `@uses`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 30122: