Changeset 9173 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php
- Timestamp:
- 10/10/2019 10:38:28 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php
r8791 r9173 32 32 <p class="widget-description"><?php _e( 'Creating the building blocks of WordPress?', 'wporg' ); ?></p> 33 33 <a href="<?php echo esc_url( get_post_type_archive_link( 'blocks-handbook' ) ); ?>" class="go"><?php _e( 'Build Blocks ', 'wporg' ); ?></a> 34 </div> 35 36 <div class="box box-apis"> 37 <h3 class="widget-title"><div class="dashicons dashicons-admin-site-alt3"></div><?php _e( 'Common APIs', 'wporg' ); ?></h3> 38 <p class="widget-description"><?php _e( 'Interested in interacting with various APIs?', 'wporg' ); ?></p> 39 <a href="<?php echo esc_url( get_post_type_archive_link( 'apis-handbook' ) ); ?>" class="go"><?php _e( 'Utilize APIs', 'wporg' ); ?></a> 34 40 </div> 35 41
Note: See TracChangeset
for help on using the changeset viewer.