mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Theme install:
* Move the "based on" string below the rating to avoid wrapping to a second line. * Reduce the gap between the theme screenshot and description. * Fix Install button height on mobile. props obenland, ocean90. fixes #28148. see #29556. git-svn-id: https://develop.svn.wordpress.org/trunk@29959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -243,9 +243,9 @@ if ( $tab ) {
|
||||
<span class="four"></span>
|
||||
<span class="five"></span>
|
||||
<# if ( data.num_ratings ) { #>
|
||||
<p class="ratings">{{ data.num_ratings }}</p>
|
||||
<small class="ratings">{{ data.num_ratings }}</small>
|
||||
<# } else { #>
|
||||
<p class="ratings"><?php _e( 'No ratings.' ); ?></p>
|
||||
<small class="ratings"><?php _e( 'No ratings.' ); ?></small>
|
||||
<# } #>
|
||||
</div>
|
||||
<div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>
|
||||
|
||||
Reference in New Issue
Block a user