Ticket #24291: 24291.30.diff
File 24291.30.diff, 487 bytes (added by , 12 years ago) |
---|
-
wp-admin/js/post-formats.js
168 168 } 169 169 170 170 resizeContent( format ); 171 postTitle.focus();172 171 173 172 if ( '' === postTitle.val() ) { 174 173 titlePrompt.removeClass( 'screen-reader-text' ); 174 postTitle.focus(); 175 175 176 176 postTitle.keydown( function (e) { 177 177 titlePrompt.addClass( 'screen-reader-text' );