Make WordPress Core


Ignore:
Timestamp:
08/09/2016 01:15:01 AM (7 years ago)
Author:
jorbin
Message:

Updates: Improve experience for Bulk Actions when FTP is dismissed.

Merges [38221] to the 4.6 branch.

Before this change, when a bulk update was canceled due dismissing the FTP credentials modal, part of the actions didn't get canceled. This meant the "There is a new version of…” notices become blank and the updates you had checked became unchecked. Now, the notices remain and you are essentially returned to the screen you had before. Strings are also updated to improve ARIA usage.

Fixes #37563.
Props ocean90, swissspidy, obenland, afercia.

Location:
branches/4.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.6

  • branches/4.6/src/wp-includes/script-loader.php

    r38206 r38222  
    617617                'update'                     => __( 'Update' ),
    618618                'updateNow'                  => __( 'Update Now' ),
     619                /* translators: %s: Plugin name and version */
     620                'updateNowLabel'             => __( 'Update %s now' ),
    619621                'updateFailedShort'          => __( 'Update Failed!' ),
    620622                /* translators: %s: Error string for a failed update */
     
    635637                'installNow'                 => __( 'Install Now' ),
    636638                /* translators: %s: Plugin name */
    637                 'installNowLabel'            => __( 'Install %s' ),
     639                'installNowLabel'            => __( 'Install %s now' ),
    638640                'installing'                 => __( 'Installing...' ),
    639641                'installed'                  => __( 'Installed!' ),
Note: See TracChangeset for help on using the changeset viewer.