Making WordPress.org

Changeset 11718


Ignore:
Timestamp:
03/29/2022 06:06:30 AM (4 years ago)
Author:
dufresnesteven
Message:

Theme: Link to commercial theme requirements at top of page.

Props bijayyadav, kafleg, costdev, dd32
Fixes #5977

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php

    r11701 r11718  
    4040                                </p>
    4141
     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
    4253                                <h2 class="screen-reader-text"><?php _e( 'Themes List', 'wporg-themes' ); ?></h2>
    4354
     
    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>
Note: See TracChangeset for help on using the changeset viewer.