Opened 15 years ago
Closed 15 years ago
#10164 closed defect (bug) (fixed)
Comment Minor Typo
Reported by: | coalgames | Owned by: | |
---|---|---|---|
Milestone: | 2.8.1 | Priority: | low |
Severity: | minor | Version: | 2.8 |
Component: | Inline Docs | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
(In [11617]) Correct phpDoc comment for add_filter. Fixes #10164 for trunk.