Changeset 11718
- Timestamp:
- 03/29/2022 06:06:30 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php
r11701 r11718 40 40 </p> 41 41 42 <p> 43 <?php _e( 'Want to see your company on this list?', 'wporg-themes' ); ?> 44 <?php 45 printf( 46 /* translators: Element on page. */ 47 __( '<a href="%s">View the requirements</a>.', '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 … … 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>
Note: See TracChangeset
for help on using the changeset viewer.