Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#39526 closed defect (bug) (fixed)

Move DocBlock after function_exists for function install_global_terms

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

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 10 years ago.
Move DocBlock

Download all attachments as: .zip

Change History (5)

@keesiemeijer
10 years ago

Move DocBlock

#1 @keesiemeijer
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Milestone Awaiting Review4.8

#3 @SergeyBiryukov
10 years ago

  • Component AdministrationUpgrade/Install

#4 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

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.