Changeset 1477 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-preview.php
- Timestamp:
- 04/15/2015 08:56:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-preview.php
r1453 r1477 2 2 <div class="wp-full-overlay-sidebar"> 3 3 <div class="wp-full-overlay-header"> 4 <a href="#" class="close-full-overlay"><span class="screen-reader-text"><?php _e( 'Close' ); ?></span></a>5 <a href="#" class="previous-theme"><span class="screen-reader-text"><?php _ex( 'Previous', 'Button label for a theme' ); ?></span></a>6 <a href="#" class="next-theme"><span class="screen-reader-text"><?php _ex( 'Next', 'Button label for a theme' ); ?></span></a>7 <a href="//downloads.wordpress.org/theme/{{ data.slug }}.{{ data.version }}.zip" class="button button-primary theme-install"><?php _e( 'Download' ); ?></a>4 <a href="#" class="close-full-overlay"><span class="screen-reader-text"><?php _e( 'Close', 'wporg-themes' ); ?></span></a> 5 <a href="#" class="previous-theme"><span class="screen-reader-text"><?php _ex( 'Previous', 'Button label for a theme', 'wporg-themes' ); ?></span></a> 6 <a href="#" class="next-theme"><span class="screen-reader-text"><?php _ex( 'Next', 'Button label for a theme', 'wporg-themes' ); ?></span></a> 7 <a href="//downloads.wordpress.org/theme/{{ data.slug }}.{{ data.version }}.zip" class="button button-primary theme-install"><?php _e( 'Download', 'wporg-themes' ); ?></a> 8 8 </div> 9 9 <div class="wp-full-overlay-sidebar-content"> 10 10 <div class="install-theme-info"> 11 11 <h3 class="theme-name">{{ data.name }}</h3> 12 <span class="theme-by"><?php printf( __( 'By %s' ), '{{ data.author.display_name }}' ); ?></span>12 <span class="theme-by"><?php printf( __( 'By %s', 'wporg-themes' ), '{{ data.author.display_name }}' ); ?></span> 13 13 14 14 <img class="theme-screenshot" src="{{ data.screenshot_url }}?w=520&strip=all" alt="" /> … … 25 25 <small class="ratings">{{ data.rating_text }}</small> 26 26 <# } else { #> 27 <small class="ratings"><?php _e( 'No ratings.' ); ?></small>27 <small class="ratings"><?php _e( 'No ratings.', 'wporg-themes' ); ?></small> 28 28 <# } #> 29 29 </div> 30 <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>30 <div class="theme-version"><?php printf( __( 'Version: %s', 'wporg-themes' ), '{{ data.version }}' ); ?></div> 31 31 <div class="theme-description">{{{ data.description }}}</div> 32 32 </div> … … 34 34 </div> 35 35 <div class="wp-full-overlay-footer"> 36 <a href="#" class="collapse-sidebar" title="<?php esc_attr_e( 'Collapse Sidebar' ); ?>">37 <span class="collapse-sidebar-label"><?php _e( 'Collapse' ); ?></span>36 <a href="#" class="collapse-sidebar" title="<?php esc_attr_e( 'Collapse Sidebar', 'wporg-themes' ); ?>"> 37 <span class="collapse-sidebar-label"><?php _e( 'Collapse', 'wporg-themes' ); ?></span> 38 38 <span class="collapse-sidebar-arrow"></span> 39 39 </a>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)