Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30118 closed defect (bug) (fixed)

Missing function docblock * symbol

Reported by: tareq1988's profile tareq1988 Owned by: drewapicture's profile DrewAPicture
Milestone: 4.1 Priority: normal
Severity: normal Version: 4.1
Component: Posts, Post Types Keywords: has-patch
Focuses: docs Cc:

Description

There is a missing docblock sign in this file: https://core.trac.wordpress.org/browser/trunk/src/wp-admin/includes/post.php#L707 and needs to be added.

Attachments (2)

Screen Shot 2014-10-26 at 3.58.03 PM.png (103.1 KB) - added by tareq1988 10 years ago.
screenshot
30118.diff (366 bytes) - added by tareq1988 10 years ago.

Download all attachments as: .zip

Change History (5)

@tareq1988
10 years ago

This ticket was mentioned in Slack in #core by tareq. View the logs.


10 years ago

#2 @DrewAPicture
10 years ago

  • Component changed from General to Posts, Post Types
  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.1

Thanks for the patch.

#3 @DrewAPicture
10 years ago

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

In 30034:

Add a missing asterisk in the DocBlock for write_post().

Also removes several @uses tags, which are no longer leveraged as part of the inline documentation standard.

Props tareq1988.
Fixes #30118.

Note: See TracTickets for help on using tickets.