Make WordPress Core

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)

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

Download all attachments as: .zip

Change History (8)

#1 @Denis-de-Bernardy
17 years ago

  • Milestone Unassigned2.8.1

#2 @Denis-de-Bernardy
17 years ago

  • Component CommentsInline Docs
  • Type defect (bug)task (blessed)

#3 @Denis-de-Bernardy
17 years ago

  • Keywords has-patch commit added

#4 @Denis-de-Bernardy
17 years ago

  • Type task (blessed)defect (bug)

#5 @westi
17 years ago

  • Resolutionfixed
  • Status newclosed

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

#6 @westi
17 years ago

  • Resolution fixed
  • Status closedreopened

Reopen for 2.8.1

#7 @westi
17 years ago

  • Resolutionfixed
  • Status reopenedclosed

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

Note: See TracTickets for help on using tickets.