Making WordPress.org


Ignore:
Timestamp:
02/11/2015 12:04:00 AM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Contain focus on navigational links when navigating.

Fixes #855.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme.php

    r1238 r1250  
    77    <div class="theme-screenshot blank"></div>
    88    <# } #>
    9     <a class="more-details url" href="{{{ data.permalink }}}" rel="bookmark"><?php _ex( 'More Info', 'theme' ); ?></a>
     9    <a class="more-details url" href="{{{ data.permalink }}}" rel="bookmark" tabindex="-1"><?php _ex( 'More Info', 'theme' ); ?></a>
    1010    <div class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">{{ data.author }}</span>' ); ?></div>
    1111    <h3 class="theme-name entry-title">{{{ data.name }}}</h3>
Note: See TracChangeset for help on using the changeset viewer.