#2474 closed defect (bug) (fixed)
Inline documentation for wpdb
Reported by: | masquerade | Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0.1 |
Component: | Administration | Keywords: | phpdoc has-patch commit |
Focuses: | Cc: |
Description
As per the hackers thread. Against latest SVN revision
Attachments (4)
Change History (12)
#3
@
19 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.
#4
@
19 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.
#5
@
19 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.
#6
@
18 years ago
[4549] gets most of this in but some bits of the patch didn't apply. Anyone care to provide and updated patch?
Note: See
TracTickets for help on using
tickets.
Should the @return line for the
escape
function reador am I missing something?