Opened 4 years ago
Closed 4 years ago
#39478 closed defect (bug) (fixed)
Move DocBlock after function_exists for function install_network()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Database | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The Dockblock for function install_network()
is before a function_exist
call. Because of this the DocBlock for this function is not imported by the phpdoc-parser.
Attachments (1)
Change History (4)
#2
@
4 years ago
- Milestone changed from Awaiting Review to 4.8
Good catch! It's indeed ignored by the parser: https://developer.wordpress.org/reference/functions/install_network/
Note: See
TracTickets for help on using
tickets.
Move DocBlock