Make WordPress Core

Opened 7 years ago

Closed 5 years ago

#44959 closed defect (bug) (fixed)

Change @deprecated DocBlock tag for the install_themes_feature_list() function

Reported by: keesiemeijer's profile keesiemeijer Owned by: whyisjake's profile whyisjake
Milestone: 5.5 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch commit
Focuses: docs Cc:

Description

The @deprecated DocBlock tag should start with the version followed by the description of what to use instead.

Attachments (1)

44959.patch (431 bytes) - added by keesiemeijer 7 years ago.

Download all attachments as: .zip

Change History (6)

@keesiemeijer
7 years ago

#1 @sabernhardt
5 years ago

@keesiemeijer Thanks for the patch!

It still applies cleanly, and I didn't find any similar instances. I recommend for commit.

#2 @sabernhardt
5 years ago

  • Keywords dev-feedback added

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


5 years ago

#4 @whyisjake
5 years ago

  • Keywords commit added; dev-feedback removed
  • Milestone changed from Awaiting Review to 5.5
  • Owner set to whyisjake
  • Status changed from new to accepted
  • Type changed from enhancement to defect (bug)

#5 @whyisjake
5 years ago

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

In 48495:

Coding Standards: Update the docblock to remove superflous since.

The @deprecated DocBlock tag should start with the version followed by the description of what to use instead.

Fixes #44959.

Props keesiemeijer, sabernhardt.

Note: See TracTickets for help on using tickets.