Opened 9 years ago
Closed 9 years ago
#34863 closed defect (bug) (fixed)
Document $text parameter in capital_P_dangit()
Reported by: | swissspidy | Owned by: | timplunkett |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | minor | Version: | |
Component: | General | Keywords: | good-first-bug has-patch commit |
Focuses: | Cc: |
Description
capital_P_dangit()
takes a $text
parameter that is used to replace Wordpress with WordPress in. That parameter is not documented at all.
I know it's a minor bug, but fixing this doesn't hurt.
See the PHP documentation standards for more details.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
The docs standards I could find don't specify if @staticvar goes above or below @param, but other functions mostly have @staticvar first, so I mimicked that.