Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48080 closed defect (bug) (fixed)

Fix the @since annotation for removing `comments_popup`

Reported by: hareesh-pillai's profile Hareesh Pillai Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.3 Priority: normal
Severity: normal Version:
Component: Comments Keywords: has-patch
Focuses: docs Cc:

Description (last modified by SergeyBiryukov)

Changeset [35848] removed the comments_popup public query variable. This change was committed in WP 4.5.0. However, the @since annotation is incorrect (4.4.0)

Related ticket #28617

Attachments (1)

48080.diff (615 bytes) - added by Hareesh Pillai 5 years ago.
Patch fixing the @since annotation to include the correct version.

Download all attachments as: .zip

Change History (3)

@Hareesh Pillai
5 years ago

Patch fixing the @since annotation to include the correct version.

#1 @SergeyBiryukov
5 years ago

  • Component changed from General to Comments
  • Description modified (diff)
  • Milestone changed from Awaiting Review to 5.3
  • Owner changed from hareesh-pillai to SergeyBiryukov
  • Status changed from assigned to reviewing

#2 @SergeyBiryukov
5 years ago

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

In 46201:

Docs: Correct @since tag for comments_popup public query variable removed in [35848].

Props hareesh-pillai.
Fixes #48080.

Note: See TracTickets for help on using tickets.