Making WordPress.org


Ignore:
Timestamp:
01/30/2015 10:28:07 PM (9 years ago)
Author:
obenland
Message:

WP.org Themes: Designate More Info as a link to the theme.

This brings the view en par with its PHP implementation.
More importantly, it enables users to right-click the theme
to open it in a new tab.

See http://make.wordpress.org/meta/2015/01/23/theme-directory-mockups/
See #745.

File:
1 edited

Legend:

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

    r1034 r1209  
    77    <div class="theme-screenshot blank"></div>
    88    <# } #>
    9     <span class="more-details "><?php _ex( 'More Info', 'theme' ); ?></span>
     9    <a class="more-details url" href="{{{ data.permalink }}}" rel="bookmark"><?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.