diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php
index f87959dd3..47c6f98dc 100644
|
a
|
b
|
if ( have_posts() ) :
|
| 38 | 38 | <?php _e( 'Some of them you may pay to access, some of them are membership sites, some may give you the theme for zero-cost and just charge for support.', 'wporg-themes' ); ?> |
| 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 | |
| | 42 | <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> |
| | 43 | |
| | 44 | <ul> |
| | 45 | <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li> |
| | 46 | <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), home_url( '/' ) ); ?></li> |
| | 47 | <li><?php _e( 'Have professional support options, and optionally customization.', 'wporg-themes' ); ?></li> |
| | 48 | <li><?php _e( 'Your site should be complete, well-designed, up to date, and professional looking.', 'wporg-themes' ); ?></li> |
| | 49 | <li><?php _e( 'Provide and keep us up-to-date with a contact email address in the event we need to reach you.', 'wporg-themes' ); ?></li> |
| | 50 | <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), __( 'https://en.wikipedia.org/wiki/Haiku_in_English', 'wporg-themes' ) ); ?></li> |
| | 51 | </ul> |
| 41 | 52 | |
| 42 | 53 | <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2> |
| 43 | 54 | |
| … |
… |
if ( have_posts() ) :
|
| 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> |
| 65 | | |
| 66 | | <ul> |
| 67 | | <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li> |
| 68 | | <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), home_url( '/' ) ); ?></li> |
| 69 | | <li><?php _e( 'Have professional support options, and optionally customization.', 'wporg-themes' ); ?></li> |
| 70 | | <li><?php _e( 'Your site should be complete, well-designed, up to date, and professional looking.', 'wporg-themes' ); ?></li> |
| 71 | | <li><?php _e( 'Provide and keep us up-to-date with a contact email address in the event we need to reach you.', 'wporg-themes' ); ?></li> |
| 72 | | <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), __( 'https://en.wikipedia.org/wiki/Haiku_in_English', 'wporg-themes' ) ); ?></li> |
| 73 | | </ul> |
| 74 | | |
| 75 | 75 | </div><!-- .entry-content --> |
| 76 | 76 | |
| 77 | 77 | </article><!-- #post-## --> |