Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#44866 closed defect (bug) (fixed)

PHPDoc correction for wp-includes/functions.php

Reported by: wizzard_'s profile WiZZarD_ Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.9.9 Priority: normal
Severity: normal Version:
Component: Date/Time Keywords: has-patch
Focuses: Cc:

Description

Remove the @see checkdate() since this gives improper content on developerhub/code reference. Also: removing the second inline-block since it's in the wrong place.

Attachments (1)

44866.diff (290 bytes) - added by WiZZarD_ 6 years ago.

Download all attachments as: .zip

Change History (8)

@WiZZarD_
6 years ago

#1 @WiZZarD_
6 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
6 years ago

  • Component changed from General to Date/Time
  • Milestone changed from Awaiting Review to 5.0

Hi @WiZZarD_, welcome to WordPress Trac! Thanks for the ticket and the patch.

The second DocBlock seems fine to me, it documents the wp_checkdate filter as per the documentation standards.

#3 @SergeyBiryukov
6 years ago

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

In 43599:

Docs: Convert @see reference in wp_checkdate() DocBlock to @link.

Props WiZZarD_.
Fixes #44866.

#4 @SergeyBiryukov
6 years ago

  • Keywords fixed-major added
  • Milestone changed from 5.0 to 4.9.9
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for 4.9.9 consideration.

#5 @SergeyBiryukov
6 years ago

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

In 43610:

Docs: Convert @see reference in wp_checkdate() DocBlock to @link.

Props WiZZarD_.
Merges [43599] to the 4.9 branch.
Fixes #44866.

#6 @pento
6 years ago

  • Keywords fixed-major removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

[43599] can be ported to the 5.0 branch.

#7 @SergeyBiryukov
6 years ago

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

In 43703:

Docs: Convert @see reference in wp_checkdate() DocBlock to @link.

Props WiZZarD_.
Merges [43599] to the 5.0 branch.
Fixes #44866.

Note: See TracTickets for help on using tickets.