Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#10164 closed defect (bug) (fixed)

Comment Minor Typo

Reported by: coalgames's profile 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)

10164.diff (802 bytes) - added by Denis-de-Bernardy 15 years ago.

Download all attachments as: .zip

Change History (8)

#1 @Denis-de-Bernardy
15 years ago

  • Milestone changed from Unassigned to 2.8.1

#2 @Denis-de-Bernardy
15 years ago

  • Component changed from Comments to Inline Docs
  • Type changed from defect (bug) to task (blessed)

#3 @Denis-de-Bernardy
15 years ago

  • Keywords has-patch commit added

#4 @Denis-de-Bernardy
15 years ago

  • Type changed from task (blessed) to defect (bug)

#5 @westi
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [11617]) Correct phpDoc comment for add_filter. Fixes #10164 for trunk.

#6 @westi
15 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopen for 2.8.1

#7 @westi
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [11618]) Correct phpDoc comment for add_filter. Fixes #10164 for trunk.

Note: See TracTickets for help on using tickets.