Changeset 48569
- Timestamp:
- 07/22/2020 10:08:25 PM (4 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/updates.js
r48568 r48569 521 521 522 522 $card.find( '.update-now' ) 523 .text( __( 'Update Failed!' ) )523 .text( __( 'Update failed' ) ) 524 524 .removeClass( 'updating-message' ); 525 525 … … 1839 1839 .removeAttr( 'aria-label' ) 1840 1840 .prop( 'disabled', true ) 1841 .text( __( 'Update Failed!' ) );1841 .text( __( 'Update failed' ) ); 1842 1842 1843 1843 $( '.updating-message:not(.button):not(.thickbox)' ) -
trunk/src/wp-admin/includes/ajax-actions.php
r48560 r48569 4211 4211 4212 4212 // An unhandled error occurred. 4213 $status['errorMessage'] = __( 'Update failed .' );4213 $status['errorMessage'] = __( 'Update failed' ); 4214 4214 wp_send_json_error( $status ); 4215 4215 }
Note: See TracChangeset
for help on using the changeset viewer.