Ticket #27760: 27760.diff
| File 27760.diff, 1.3 KB (added by , 12 years ago) |
|---|
-
wp-admin/includes/dashboard.php
469 469 470 470 <div class="textarea-wrap" id="description-wrap"> 471 471 <label class="screen-reader-text prompt" for="content" id="content-prompt-text"><?php _e( 'What’s on your mind?' ); ?></label> 472 <textarea name="content" id="content" class="mceEditor" rows="3" cols="15" ></textarea>472 <textarea name="content" id="content" class="mceEditor" rows="3" cols="15" autocomplete="off"></textarea> 473 473 </div> 474 474 475 475 <p class="submit"> -
wp-admin/js/dashboard.js
63 63 64 64 /* QuickPress */ 65 65 quickPressLoad = function() { 66 // Force the Save Draft button to start out enabled 67 // See https://core.trac.wordpress.org/ticket/27760 68 $( '#quick-press .submit input[type="submit"], #quick-press .submit input[type="reset"]' ).prop( 'disabled' , false ); 66 69 var act = $('#quickpost-action'), t; 67 70 t = $('#quick-press').submit( function() { 68 71 $('#dashboard_quick_press #publishing-action .spinner').show();