Opened 15 years ago
Closed 15 years ago
#18555 closed defect (bug) (fixed)
Small comment typo.
| Reported by: | dgwyer | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | General | Version: | 3.3 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.