Changeset 39253
- Timestamp:
- 11/15/2016 08:41:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/wp-ajax-response.js
r36286 r39253 57 57 return !wpAjax.invalidateForm( selector.find('.form-required').filter( function() { return jQuery('input:visible', this).val() === ''; } ) ).length; 58 58 } 59 }, wpAjax || { noPerm: ' You do not have permissionto do that.', broken: 'An unidentified error has occurred.' } );59 }, wpAjax || { noPerm: 'Sorry, you are not allowed to do that.', broken: 'An unidentified error has occurred.' } ); 60 60 61 61 // Basic form validation
Note: See TracChangeset
for help on using the changeset viewer.