Making WordPress.org

Ticket #1267: meta-1267.2.patch

File meta-1267.2.patch, 1.6 KB (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php

     
    3939                                <p><?php _e( 'Themes from sites that support non-GPL (or compatible) themes or that don&rsquo;t meet with the theme review guidelines will not be approved.', 'wporg-themes' ); ?></p>
    4040                                <p>
    4141                                        <?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' )
    4343                                        ); ?>
    4444                                </p>
    4545                                <p>
    4646                                        <?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' )
    4848                                        ); ?>
    4949                                </p>
    5050                                <p>
    5151                                        <?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' )
    5353                                        ); ?>
    5454                                </p>
    5555