Opened 10 years ago
Closed 10 years ago
#17752 closed defect (bug) (fixed)
Misspellings in inline docs for functions.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | Inline Docs | Keywords: | has-patch 3.3-early |
Focuses: | Cc: |
Description
There are a number of misspellings in the inline docs for functions.php. The attached patch fixes those, as well as adds a period after the description of each function whose description didn't already have a period (of the 136 functions in the file, only about 25 functions omitted the period).
About 10 lines of change pertain to actual misspellings. I can separate those out into their own commit if the description-ending periods aren't desired (though conventionally they are used more oft than not).
Attachments (2)
Change History (8)
Note: See
TracTickets for help on using
tickets.
In #17792, cnorris23 brings up one of the misspellings I fixed in my patch, but also fixes a grammar bug on that same line that I overlooked. I've incorporated that other fix into a revision of the attached patch and closed the other ticket as a dupe since this ticket is more encompassing. But please give him props if this gets committed.