Changes between Version 5 and Version 6 of Ticket #62849
- Timestamp:
- 01/29/2025 11:49:31 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62849 – Description
v5 v6 7 7 This will also introduce consistency with the action name `set_transient_{$transient}`. 8 8 9 The incorrectly spelt action is [https://wpdirectory.net/search/01JJAJAAEHNJZHT5F8V4H5M35T used in some popular plugins], the two highest installations with 200K+ active installs, so that may be a blocker due to the amount of log entries it will create. It will not be a back-compat break as it would be covered by a `do_action_deprecated()` call. 10 9 11 ---- 10 12 11 13 Edit: `setted_site_transient` ought to be renamed too as part of this, see [comment:3 comment #3] -- @peterwilsoncc 12 13 The incorrectly spelt action is [https://wpdirectory.net/search/01JJAJAAEHNJZHT5F8V4H5M35T used in some popular plugins], the two highest installations with 200K+ active installs, so that may be a blocker due to the amount of log entries it will create. It will not be a back-compat break as it would be covered by a `do_action_deprecated()` call.