Ticket #42042: 42042.diff
| File 42042.diff, 469 bytes (added by , 8 years ago) |
|---|
-
src/wp-admin/js/common.js
268 268 if ( ! permalinkStructureFocused && 0 === selectionStart && 0 === selectionEnd ) { 269 269 selectionStart = selectionEnd = permalinkStructureValue.length; 270 270 } 271 permalinkStructureFocused = false; 271 272 272 273 $permalinkCustomSelection.prop( 'checked', true ); 273 274