Opened 12 years ago
Closed 12 years ago
#30217 closed defect (bug) (fixed)
References to `$wpdb` should use `@global` not `@uses`
| Reported by: | DrewAPicture | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.1 |
| Component: | Database | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 30122: