Ticket #2474 (closed defect (bug): fixed)
Inline documentation for wpdb
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0.1 |
| Severity: | normal | Keywords: | phpdoc has-patch commit |
| Cc: |
Description
As per the hackers thread. Against latest SVN revision
Attachments
Change History
Should the @return line for the escape function read
@return string query safe string
or am I missing something?
comment:3
masquerade — 6 years ago
Here's a newer patch, with a few minor changes, mainly that I changed an int to string for the type for some methods, as I didn't realize the constants were declared to be strings.
comment:4
masquerade — 6 years ago
Here's a newer patch, with a few minor changes, mainly that I changed an int to string for the type for some methods, as I didn't realize the constants were declared to be strings, and fixed a few minor typos in the 3rd and final patch.
comment:5
davidhouse — 6 years ago
- Keywords commit added
I changed a few things:
- Offsets ($x, $y are parameters to some functions) have been explained more clearly.
- Docs for get_col_info are complete.
[4549] gets most of this in but some bits of the patch didn't apply. Anyone care to provide and updated patch?
- Status changed from new to closed
- Resolution set to fixed
When there are more docs we can open new tickets.

