Opened 17 years ago
Closed 17 years ago
#10164 closed defect (bug) (fixed)
Comment Minor Typo
| Reported by: | coalgames | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.8.1 |
| Component: | Inline Docs | Version: | 2.8 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
On line 56 of wp-includes/plugin.php, it says this:
* wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)]']
To the normal eye, this looks okay. I believe that there is an error. I was examining this very closely one day and found what I believe is an error.
wp_filter['tag']['array of priorities']['array of functions serialized']['array of ['array (functions, accepted_args)']']
After the section array (functions, accepted_args), I believe that a quotation mark there is needed to close it.
Attachments (1)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [11617]) Correct phpDoc comment for add_filter. Fixes #10164 for trunk.