Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#41096 closed defect (bug) (fixed)

Add missing @param and @return descriptions in /wp-includes/taxonomy.php

Reported by: keesiemeijer's profile keesiemeijer Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.9 Priority: normal
Severity: normal Version:
Component: Taxonomy Keywords: has-patch
Focuses: docs Cc:

Description

The following patch adds missing @param and @return DocBlock descriptions for the following functions

  • has_term_meta
  • wp_delete_category
  • wp_term_is_shared

Attachments (1)

41096.patch (1.2 KB) - added by keesiemeijer 8 years ago.
Add missing DocBlock descriptions

Download all attachments as: .zip

Change History (4)

@keesiemeijer
8 years ago

Add missing DocBlock descriptions

#1 @keesiemeijer
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.9

#3 @SergeyBiryukov
8 years ago

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

In 40917:

Docs: Add missing @param and @return descriptions for has_term_meta(), wp_delete_category(), and wp_term_is_shared().

Props keesiemeijer.
Fixes #41096.

Note: See TracTickets for help on using tickets.