Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #62849


Ignore:
Timestamp:
01/29/2025 11:49:01 PM (17 months ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62849

    • Property Keywords good-first-bug has-patch added
    • Property Owner set to sukhendu2002
    • Property Status changed from new to assigned
    • Property Milestone changed from Awaiting Review to 6.8
  • Ticket #62849 – Description

    initial v5  
    77This will also introduce consistency with the action name `set_transient_{$transient}`.
    88
     9----
     10
     11Edit: `setted_site_transient` ought to be renamed too as part of this, see [comment:3 comment #3] -- @peterwilsoncc
     12
    913The 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.