Ticket #28120: 28120.patch
| File 28120.patch, 709 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/theme-install.php
247 247 <span class="collapse-sidebar-arrow"></span> 248 248 </a> 249 249 <div class="theme-navigation"> 250 <a class="previous-theme button" href="#"><?php _ e( 'Previous' ); ?></a>251 <a class="next-theme button" href="#"><?php _ e( 'Next' ); ?></a>250 <a class="previous-theme button" href="#"><?php _x( 'Previous', 'Button label for a theme' ); ?></a> 251 <a class="next-theme button" href="#"><?php _x( 'Next', 'Button label for a theme' ); ?></a> 252 252 </div> 253 253 </div> 254 254 </div>