• Resolved videomike

    (@videomike)


    I have a multisite install and the update buttons on the update-core page used to work very well. I am not sure when they stopped working but now the update button changes to the “updating” version but nothing happens. I see the following error in the JavaScript Console:
    TypeError: undefined is not an object (evaluating wp.updates.l10n.updatingLabel.replace’)

    What can I do to make it work again?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Sergey Biryukov

    (@sergeybiryukov)

    WordPress Dev

    wp.updates.l10n.updatingLabel was renamed to wp.updates.l10n.pluginUpdatingLabel in [40034], looks like the plugin doesn’t account for that change yet.

    Thread Starter videomike

    (@videomike)

    Hi Sergey

    Thanks for your hint. I changed all occurrences in the plugin to the renamed and now it works ??

    Thanks for your super quick reaction!

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Update button does not work on multisite’ is closed to new replies.