Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#39526 closed defect (bug) (fixed)

Move DocBlock after function_exists for function install_global_terms

Reported by: keesiemeijer's profile keesiemeijer Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.8 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: has-patch
Focuses: docs Cc:

Description

The DocBlock for function install_global_terms() is before a function_exist call. Because of this the DocBlock for this function is not imported by the phpdoc-parser.

Attachments (1)

39526.patch (564 bytes) - added by keesiemeijer 8 years ago.
Move DocBlock

Download all attachments as: .zip

Change History (5)

@keesiemeijer
8 years ago

Move DocBlock

#1 @keesiemeijer
8 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.8

#3 @SergeyBiryukov
8 years ago

  • Component changed from Administration to Upgrade/Install

#4 @SergeyBiryukov
8 years ago

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

In 39754:

Docs: Move install_global_terms() DocBlock after the function_exists() call.

Props keesiemeijer.
Fixes #39526.

Note: See TracTickets for help on using tickets.