Changeset 11029
- Timestamp:
- 06/14/2021 02:53:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r9864 r11029 37 37 <p><?php printf( 38 38 /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */ 39 __( 'In order to have your theme hosted on <a href="%1$s">WordPress.org</a>, your code is required to comply with all the <a href="%2$s">requirements on the Theme Review Teams handbook page</a>.' ),39 __( 'In order to have your theme hosted on <a href="%1$s">WordPress.org</a>, your code is required to comply with all the <a href="%2$s">requirements on the Theme Review Teams handbook page</a>.', 'wporg-themes' ), 40 40 esc_url( 'https://wordpress.org/' ), 41 41 esc_url( 'https://make.wordpress.org/themes/handbook/review/required/' )
Note: See TracChangeset
for help on using the changeset viewer.