Changeset 6320
- Timestamp:
- 01/08/2018 10:29:18 PM (7 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
r1928 r6320 44 44 </p> 45 45 <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' ) 48 48 ); ?> 49 49 </p>
Note: See TracChangeset
for help on using the changeset viewer.