Coding Standards: Fix undeclared variable issue.

Follow-up to [56009], [56010].

See #40966.




git-svn-id: https://develop.svn.wordpress.org/trunk@56011 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2023-06-24 04:20:55 +00:00
parent a259766796
commit eb9f60f605

View File

@ -567,7 +567,7 @@
* @param {string} response.errorMessage The error that occurred.
*/
wp.updates.updatePluginError = function( response ) {
var $card, $message, errorMessage,
var $pluginRow, $card, $message, errorMessage,
$adminBarUpdates = $( '#wp-admin-bar-updates' );
if ( ! wp.updates.isValidResponse( response, 'update' ) ) {