Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#33173 closed defect (bug) (fixed)

Silly typo in function call

Reported by: afragen's profile afragen Owned by: ocean90's profile ocean90
Milestone: 4.3 Priority: normal
Severity: trivial Version: 4.0
Component: General Keywords: has-patch
Focuses: Cc:

Description

remove_all_filterS()

Should be

remove_all_filters()

Attachments (1)

33173.diff (1.0 KB) - added by afragen 10 years ago.

Download all attachments as: .zip

Change History (5)

@afragen
10 years ago

#1 @afragen
10 years ago

  • Keywords has-patch added
  • Severity changed from normal to trivial

#2 @atomicjack
10 years ago

  • Keywords needs-testing added

Needs testing to ensure this doesn't break anything anywhere.

#3 @ocean90
10 years ago

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

In 33487:

Upgrade: Lowercase the "s" in remove_all_filters().

props afragen.
fixes #33173.

#4 @ocean90
10 years ago

  • Keywords needs-testing removed
  • Milestone changed from Awaiting Review to 4.3
  • Version changed from trunk to 4.0
Note: See TracTickets for help on using tickets.