Ticket #27641: 27641.patch
File 27641.patch, 612 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/theme-install.php
208 208 <p class="votes"><?php printf( __( 'Based on %s ratings.' ), '{{ data.num_ratings }}' ); ?></p> 209 209 </div> 210 210 <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div> 211 <div class="theme-description">{{ data.description}}</div>211 <div class="theme-description">{{{ data.description }}}</div> 212 212 </div> 213 213 </div> 214 214 </div>