Opened 22 months ago
Closed 21 months ago
#18555 closed defect (bug) (fixed)
Small comment typo.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.3 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: |
Description
I think there is a minor comment typo in:
/wp-includes/general-template.php on line 109
The current line is:
- For the parameter, if the file is called "{slug}-special.php" then specify
Should this not be:
- For the $name parameter, if the file is called "{slug}-special.php" then specify
Attachments (1)
Change History (3)
SergeyBiryukov
— 22 months ago
comment:1
SergeyBiryukov
— 22 months ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.
Related changeset: [13146]
Looks like the sentence was copied from get_sidebar(), which has only one parameter.
The patch also fixes a typo in the action.