Ticket #1267: meta-1267.2.patch
File meta-1267.2.patch, 1.6 KB (added by , 9 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
39 39 <p><?php _e( 'Themes from sites that support non-GPL (or compatible) themes or that don’t meet with the theme review guidelines will not be approved.', 'wporg-themes' ); ?></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 __( '//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 __( '//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 __( '//wordpress.org/support/forum/themes-and-templates', 'wporg-themes' ) 53 53 ); ?> 54 54 </p> 55 55