Making WordPress.org

Changeset 11719


Ignore:
Timestamp:
03/29/2022 06:37:04 AM (3 years ago)
Author:
dufresnesteven
Message:

Theme: Update use of printf in commercial themes.

See #5977

File:
1 edited

Legend:

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

    r11718 r11719  
    4141
    4242                <p>
    43                     <?php _e( 'Want to see your company on this list?', 'wporg-themes' ); ?>
    4443                    <?php
    4544                    printf(
    4645                        /* translators: Element on page. */
    47                         __( '<a href="%s">View the requirements</a>.', 'wporg-themes' ),
     46                        __( 'Want to see your company on this list? <a href="%s">View the requirements</a>.', 'wporg-themes' ),
    4847                        '#themeRequirements'
    4948                    )
Note: See TracChangeset for help on using the changeset viewer.