Make WordPress Core

Ticket #20880: 20880.2.diff

File 20880.2.diff, 483 bytes (added by kovshenin, 13 years ago)

Adding screen-reader-text class instead of visibility: hidden;, thanks @azaozz

  • wp-admin/custom-header.php

     
    602602</table>
    603603
    604604<form method="post" action="<?php echo esc_attr( add_query_arg( 'step', 1 ) ) ?>">
     605<?php submit_button( null, 'screen-reader-text', 'save-header-options', false ); ?>
    605606<table class="form-table">
    606607<tbody>
    607608        <?php if ( get_uploaded_header_images() ) : ?>