Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#47826 closed defect (bug) (fixed)

PHPDoc correction for wp-includes/comment-template.php

Reported by: atachibana's profile atachibana Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: minor Version:
Component: Comments Keywords:
Focuses: docs Cc:

Description

Below two functions have wrong description of return. As like as other 'echo' functions, @return should be removed.

  • comment_reply_link
  • post_reply_link

This is the action of inline docs and Codex migration initiatives.

Attachments (1)

47826.diff (1.1 KB) - added by atachibana 5 years ago.

Download all attachments as: .zip

Change History (3)

@atachibana
5 years ago

#1 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.3
  • Owner set to SergeyBiryukov
  • Status changed from new to reviewing

#2 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 45741:

Docs: Remove incorrect @return tags in comment_reply_link() and post_reply_link() DocBlocks.

Props atachibana.
Fixes #47826.

Note: See TracTickets for help on using tickets.