Opened 4 months ago

Closed 4 months ago

#23376 closed defect (bug) (fixed)

Misspelling in _publish_post_hook function documentation

Reported by: roulandf Owned by: SergeyBiryukov
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)

post.diff (726 bytes) - added by roulandf 4 months ago.

Download all attachments as: .zip

Change History (4)

  • Component changed from General to Inline Docs
  • Keywords needs-testing removed
  • Milestone changed from Awaiting Review to 3.6

The $wpdb declaration is unused since [20435].

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 23387:

Correct the documentation for _publish_post_hook(). Remove unused global declaration. props roulandf. fixes #23376.

Note: See TracTickets for help on using tickets.