Opened 4 months ago
Closed 4 months ago
#23376 closed defect (bug) (fixed)
Misspelling in _publish_post_hook function documentation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Inline Docs | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
Unfortunately there is a misspelling in the function documentation which is a potential cause of defect. Additionally there is a unused global declaration of $wpdb of a previous version.
Attachments (1)
Change History (4)
comment:1
SergeyBiryukov — 4 months ago
- Component changed from General to Inline Docs
- Keywords needs-testing removed
- Milestone changed from Awaiting Review to 3.6
comment:2
SergeyBiryukov — 4 months ago
comment:3
SergeyBiryukov — 4 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 23387:
Note: See
TracTickets for help on using
tickets.

The $wpdb declaration is unused since [20435].