Make WordPress Core

Ticket #33059: 33059.patch

File 33059.patch, 510 bytes (added by afercia, 9 years ago)
  • src/wp-admin/js/post.js

     
    650650                $timestampdiv.siblings('a.edit-timestamp').click( function( event ) {
    651651                        if ( $timestampdiv.is( ':hidden' ) ) {
    652652                                $timestampdiv.slideDown('fast');
    653                                 $('#mm').focus();
     653                                $( 'input:visible, select', $timestampdiv ).first().focus();
    654654                                $(this).hide();
    655655                        }
    656656                        event.preventDefault();