Changeset 9351
- Timestamp:
- 12/16/2019 07:00:26 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-upload.php
r9345 r9351 40 40 <h3><?php esc_html_e( 'Read the requirements before updating a theme', 'wporg-themes' ); ?></h3> 41 41 <p><?php printf( 42 /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Requi ed Review items. */42 /* translators: 1: Link to WordPress.org; 2: Link to the Theme Handbook Required Review items. */ 43 43 __( '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>.'), 44 44 esc_url( 'https://wordpress.org/' ), … … 53 53 __( 'If you are uploading a theme update, simply increase the version inside of %1$s and upload the %2$s file again, just like you do with a new theme.', 'wporg-themes' ), 54 54 '<code>style.css</code>', 55 '<code>theme name.zip</code>'55 '<code>theme-name.zip</code>' 56 56 ); ?></p> 57 57 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.