Make WordPress Core

Opened 5 weeks ago

Closed 5 weeks ago

Last modified 5 weeks ago

#61999 closed defect (bug) (fixed)

Need to Correct @since documentation order in inline documentation

Reported by: riddhipatel's profile riddhipatel Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.7 Priority: normal
Severity: trivial Version:
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

@since should be added before @var according to PHP Documentation Standards

  1. src/wp-admin/includes/class-custom-background.php
  2. src/wp-admin/includes/class-custom-image-header.php

Attachments (1)

61999.patch (1.3 KB) - added by shailu25 5 weeks ago.
Patch Added

Download all attachments as: .zip

Change History (4)

@shailu25
5 weeks ago

Patch Added

#1 @shailu25
5 weeks ago

  • Keywords has-patch added

#2 @SergeyBiryukov
5 weeks ago

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

In 58995:

Docs: Correct the order of @since and @var annotations.

Follow-up to [4673], [8656], [13041], [13827], [13895], [31134], [34490], [34566].

Props riddhipatel, shailu25.
Fixes #61999.

#3 @SergeyBiryukov
5 weeks ago

  • Milestone changed from Awaiting Review to 6.7
Note: See TracTickets for help on using tickets.