Changeset 27940
- Timestamp:
- 04/04/2014 12:45:13 AM (12 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
css/themes.css (modified) (2 diffs)
-
theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r27937 r27940 1414 1414 content: "\f155"; 1415 1415 } 1416 .rating . votes {1416 .rating .ratings { 1417 1417 display: inline; 1418 1418 margin-left: 10px; 1419 1419 line-height: 20px; 1420 color: #999; 1420 1421 } 1421 1422 .loading-themes .theme-browser, … … 1830 1831 1831 1832 #theme-installer .wp-full-overlay-main { 1832 background: #fff url(../images/spinner.gif) no-repeat fixedcenter center;1833 background: #fff url(../images/spinner.gif) no-repeat center center; 1833 1834 -webkit-background-size: 20px 20px; 1834 1835 background-size: 20px 20px; -
trunk/src/wp-admin/theme-install.php
r27937 r27940 213 213 <span class="four"></span> 214 214 <span class="five"></span> 215 <p class="votes"><?php printf( __( 'Based on %s ratings.' ), '{{ data.num_ratings }}' ); ?></p> 215 <# if ( data.num_ratings ) { #> 216 <p class="ratings">({{ data.num_ratings }})</p> 217 <# } else { #> 218 <p class="ratings"><?php _e( 'No ratings.' ); ?></p> 219 <# } #> 216 220 </div> 217 221 <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.