Making WordPress.org

Ticket #3326: 3326.diff

File 3326.diff, 956 bytes (added by rabmalin, 7 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-getting-started.php
    index d94136b..bfee7a7 100644
    a b if ( have_posts() ) : 
    4343                                        ); ?>
    4444                                </p>
    4545                                <p>
    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                                                 __( 'https://codex.wordpress.org/Theme_Development', 'wporg-themes' )
     46                                        <?php printf( __( 'Further resources for theme developers can be found in the <a href="%s">Theme Developer Handbook</a>.', 'wporg-themes' ),
     47                                                __( 'https://developer.wordpress.org/themes/', 'wporg-themes' )
    4848                                        ); ?>
    4949                                </p>
    5050                                <p>