Make WordPress Core


Ignore:
Timestamp:
10/16/2015 03:55:06 PM (10 years ago)
Author:
afercia
Message:

Accessibility: Improve headings hierarchy in the Theme browser modal dialog.

Fixes #34288.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/themes.php

    r35187 r35220  
    424424                <# } #>
    425425                <h2 class="theme-name">{{{ data.name }}}<span class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></span></h2>
    426                 <h3 class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></h3>
     426                <p class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.authorAndUri }}}' ); ?></p>
    427427
    428428                <# if ( data.hasUpdate ) { #>
    429429                <div class="notice notice-warning notice-alt notice-large">
    430                     <h4 class="notice-title"><?php _e( 'Update Available' ); ?></h4>
     430                    <h3 class="notice-title"><?php _e( 'Update Available' ); ?></h3>
    431431                    {{{ data.update }}}
    432432                </div>
Note: See TracChangeset for help on using the changeset viewer.