Changeset 2949
- Timestamp:
- 04/13/2016 05:02:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-js-warnings/wporg-gp-js-warnings.js
r2123 r2949 18 18 translation: $el.val(), 19 19 original: // Singular original, or plural original, or.. the single-original plural view.. 20 $el.parent('div.textareas').prev('p.original').text() || 20 $el.parent('div.textareas').prev('p.original').text() || 21 21 $el.parent('div.textareas').prev('p').find('span.original').text() || 22 jQuery( $el.parents('div.strings').find('span.original').get(prop) ).text() 22 jQuery( $el.parents('div.strings').find('span.original').get(prop) ).text() 23 23 } 24 24 }).get(); … … 51 51 52 52 // No warnings, or warnings skipped 53 $gp.editor.hooks.ok( button ); 53 $gp.editor.save( button ); 54 return false; 54 55 }, 55 56 check_entry: function( entry ) {
Note: See TracChangeset
for help on using the changeset viewer.