Changeset 1928
- Timestamp:
- 09/30/2015 07:20:41 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php
r1679 r1928 51 51 <ul> 52 52 <li><?php _e( 'Distribute 100% GPL themes, including artwork and CSS.', 'wporg-themes' ); ?></li> 53 <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), '//wordpress.org/themes/'); ?></li>53 <li><?php printf( __( 'Have at least one theme in the WordPress.org <a href="%s">Theme Directory</a> that is actively maintained (i.e. updated within the last year).', 'wporg-themes' ), home_url( '/' ) ); ?></li> 54 54 <li><?php _e( 'Have professional support options, and optionally customization.', 'wporg-themes' ); ?></li> 55 55 <li><?php _e( 'Your site should be complete, well-designed, up to date, and professional looking.', 'wporg-themes' ); ?></li> 56 56 <li><?php _e( 'Provide and keep us up-to-date with a contact email address in the event we need to reach you.', 'wporg-themes' ); ?></li> 57 <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), 'http://en.wikipedia.org/wiki/Haiku_in_English'); ?></li>57 <li><?php printf( __( 'Provide a <a href="%s">haiku</a> (5-7-5) about yourself to be included.', 'wporg-themes' ), __( 'https://en.wikipedia.org/wiki/Haiku_in_English', 'wporg-themes' ) ); ?></li> 58 58 </ul> 59 59 -
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.