Making WordPress.org

Ticket #5977: commercial-themes-page-description-position-changed.patch

File commercial-themes-page-description-position-changed.patch, 3.2 KB (added by bijayyadav, 3 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php

    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() ) : 
    3838                                        <?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' ); ?>
    3939                                        <?php _e( 'What they all have in common is people behind them who support open source, WordPress, and its GPL license.', 'wporg-themes' ); ?>
    4040                                </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>
    4152
    4253                                <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2>
    4354
    if ( have_posts() ) : 
    6172                                        </div>
    6273                                </div>
    6374
    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 
    7575                        </div><!-- .entry-content -->
    7676
    7777                </article><!-- #post-## -->