mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-02-26 18:52:54 +00:00
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:
parent
a259766796
commit
eb9f60f605
@ -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' ) ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user