Changeset 1928 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
- Timestamp:
- 09/30/2015 07:20:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
r1480 r1928 34 34 <p> 35 35 <?php printf( __( 'To ensure that WordPress users are guaranteed a good experience, every theme in the directory is reviewed by the theme review team. Please <a href="%s">review the guidelines before uploading your theme</a>.', 'wporg-themes' ), 36 ' //make.wordpress.org/themes/handbook/review/'36 'https://make.wordpress.org/themes/handbook/review/' 37 37 ); ?> 38 38 </p> … … 40 40 <p> 41 41 <?php printf( __( 'Your theme will be reviewed using the <a href="%s">Theme Unit Test data</a>. Before uploading your theme please test it with this sample export data.', 'wporg-themes' ), 42 '//codex.wordpress.org/Theme_Unit_Test'42 __( 'https://codex.wordpress.org/Theme_Unit_Test', 'wporg-themes' ) 43 43 ); ?> 44 44 </p> 45 45 <p> 46 46 <?php printf( __( 'Further resources for theme developers can be found in the Codex on the <a href="%s">Theme Development page</a>.', 'wporg-themes' ), 47 '//codex.wordpress.org/Theme_Development'47 __( 'https://codex.wordpress.org/Theme_Development', 'wporg-themes' ) 48 48 ); ?> 49 49 </p> 50 50 <p> 51 51 <?php printf( __( 'For questions about theme development please use the <a href="%s">Themes and Templates forum</a>.', 'wporg-themes' ), 52 '//wordpress.org/support/forum/themes-and-templates'52 __( 'https://wordpress.org/support/forum/themes-and-templates', 'wporg-themes' ) 53 53 ); ?> 54 54 </p> 55 55 56 56 <p> 57 <a class="button button-primary" href="<?php echo home_url( '/upload/'); ?>"><?php _e( 'Upload Your Theme', 'wporg-themes' ); ?></a>57 <a class="button button-primary" href="<?php echo home_url( '/upload/' ); ?>"><?php _e( 'Upload Your Theme', 'wporg-themes' ); ?></a> 58 58 </p> 59 59 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.