Making WordPress.org

Ticket #5977: 5977.diff

File 5977.diff, 1.3 KB (added by dufresnesteven, 2 years ago)
  • page-commercial.php

     
    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>
    4141
     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
    4253                                <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2>
    4354
    4455                                <div id="themes">
     
    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>
     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>
    6576
    6677                                <ul>
    6778                                        <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li>