Opened 12 years ago
Closed 12 years ago
#23376 closed defect (bug) (fixed)
Misspelling in _publish_post_hook function documentation
Reported by: | roulandf | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Inline Docs | Keywords: | has-patch |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
The
$wpdb
declaration is unused since [20435].