Make WordPress Core

Opened 14 years ago

Closed 14 years 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: 3.6
Severity: normal Keywords: has-patch
Cc: Focuses:

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 14 years ago.

Download all attachments as: .zip

Change History (4)

@roulandf
14 years ago

#1 @SergeyBiryukov
14 years ago

  • Component GeneralInline Docs
  • Keywords needs-testing removed
  • Milestone Awaiting Review3.6

#2 @SergeyBiryukov
14 years ago

The $wpdb declaration is unused since [20435].

#3 @SergeyBiryukov
14 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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.