Ticket #5977: 5977.diff
File 5977.diff, 1.3 KB (added by , 2 years ago) |
---|
-
page-commercial.php
39 39 <?php _e( 'What they all have in common is people behind them who support open source, WordPress, and its GPL license.', 'wporg-themes' ); ?> 40 40 </p> 41 41 42 <p> 43 <?php _e( 'Looking to add your theme to this list?', 'wporg-themes' ); ?> 44 <?php 45 printf( 46 /* translators: Element on page. */ 47 __( '<a href="%s">Read more</a> about the requirements.', 'wporg-themes' ), 48 '#themeRequirements' 49 ) 50 ?> 51 </p> 52 42 53 <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2> 43 54 44 55 <div id="themes"> … … 61 72 </div> 62 73 </div> 63 74 64 <p ><?php _e( 'If you would like to be included in this list please send your info to themes at wordpress dot org. To be included, you should:', 'wporg-themes' ); ?></p>75 <p id="themeRequirements"><?php _e( 'If you would like to be included in this list please send your info to themes at wordpress dot org. To be included, you should:', 'wporg-themes' ); ?></p> 65 76 66 77 <ul> 67 78 <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li>