Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#36601 closed defect (bug) (fixed)

Missing parameter in DocBlock in wp_insert_post

Reported by: Latz Owned by: boonebgorges
Priority: normal Milestone: 4.6
Component: Posts, Post Types Version: 4.6
Severity: normal Keywords: has-patch
Cc: Focuses: docs

Description

The DocBlock of "wp_insert_post" is missing the parameter "post_category".

Attachments (1)

36601.diff (850 bytes ) - added by Latz 10 years ago.

Download all attachments as: .zip

Change History (5)

@Latz
10 years ago

#1 @Latz
10 years ago

  • Summary Add parameter to DocBlock in wp_insert_postMissing parameter in DocBlock in wp_insert_post

#2 @Latz
10 years ago

  • Keywords has-patch added

#3 @boonebgorges
10 years ago

  • Milestone Awaiting Review4.6
  • Owner set to boonebgorges
  • Status newaccepted

Good catch. Thanks!

#4 @boonebgorges
10 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 37255:

Add parameter documentation for 'post_category' to wp_insert_post().

Props Latz.
Fixes #36601.

Note: See TracTickets for help on using tickets.