#42176 closed defect (bug) (invalid)
Add missing space to docblock
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Themes | Keywords: | |
| Focuses: | docs | Cc: |
Description
In wp-includes/theme.php there is a missing space between @static and var for wp_get_themes.
Included patch adds the space.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Ha, turns out
@staticvaris a thing but my syntax highlighting doesn't know about it.