[wp-trac] [WordPress Trac] #61420: Plugins: Remove unassigned sprintf from wp_get_plugin_action_button()
WordPress Trac
noreply at wordpress.org
Thu Jun 13 13:25:58 UTC 2024
#61420: Plugins: Remove unassigned sprintf from wp_get_plugin_action_button()
------------------------------+-----------------------------
Reporter: hellofromTonya | Owner: hellofromTonya
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.6
Component: Plugins | Version: 6.5
Severity: minor | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+-----------------------------
Changes (by hellofromTonya):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"58402" 58402]:
{{{
#!CommitTicketReference repository="" revision="58402"
Plugins: Remove unassigned sprintf in wp_get_plugin_action_button().
Removes an unassigned `sprintf` that was accidentally included as part of
[57545] in the `wp_get_plugin_action_button()`. A copy/paste whoopsie.
The actual used code is assigned a wee bit lower in the function within
the `install` case.
Follow-up to [57545].
Props hellofromTonya, costdev, rajinsharwar.
Fixes #61420.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61420#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list