Opened 14 years ago
Closed 14 years ago
#18555 closed defect (bug) (fixed)
Small comment typo.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | trivial | Version: | 3.3 |
Component: | General | Keywords: | has-patch |
Focuses: | 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)
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.