Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#34269 closed enhancement (fixed)

Pass the transient name to the `set_transient_{name}` filter

Reported by: johnbillion's profile johnbillion Owned by: johnbillion's profile johnbillion
Milestone: 4.4 Priority: normal
Severity: normal Version: 3.0
Component: Options, Meta APIs Keywords:
Focuses: Cc:

Description

In [33738], the option and transient name was added as a parameter to a bunch of the option and transient filters. set_transient_{name} got missed (although it was in Sergey's patch).

Change History (1)

#1 @johnbillion
10 years ago

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

In 35082:

Add $transient as a parameter to the set_transient_{transient} action.

Props SergeyBiryukov
Fixes #34269

Note: See TracTickets for help on using tickets.