Ticket #2937: 2937.diff
File 2937.diff, 3.0 KB (added by , 7 years ago) |
---|
-
page-home-landing.php
14 14 <div class="home-landing"> 15 15 16 16 <div class="handbook-banner section blue clear color"> 17 <div class="inner-wrap t hree-columns">17 <div class="inner-wrap two-columns"> 18 18 <div class="widget box box-left transparent"> 19 19 <h3 class="widget-title"><div class="dashicons dashicons-welcome-widgets-menus"></div><?php _e( 'Themes', 'wporg' ); ?></h3> 20 20 <p class="widget-description"><?php _e( 'Want to know all there is to know about theming and WordPress?', 'wporg' ); ?></p> … … 25 25 <p class="widget-description"><?php _e( 'Ready to dive deep into the world of plugin authoring?', 'wporg' ); ?></p> 26 26 <a href="<?php esc_attr_e( get_post_type_archive_link( 'plugin-handbook' ) ); ?>" class="plugins-go get-started go button"><?php _e( 'Develop Plugins ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a> 27 27 </div> 28 <div class="widget box box-right transparent">29 <h3 class="widget-title"><div class="dashicons dashicons-controls-repeat"></div><?php _e( 'REST API', 'wporg' ); ?></h3>30 <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>31 <a href="<?php esc_attr_e( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="rest-api-go get-started go button"><?php _e( 'Make Applications ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>32 </div>33 28 </div> 34 29 </div><!-- /topic-guide --> 35 30 … … 47 42 </div> 48 43 </div><!-- /new-in-guide --> 49 44 50 <?php /* 45 <div class="handbook-banner section blue clear color"> 46 <div class="inner-wrap two-columns"> 47 <div class="widget box box-left transparent"> 48 <h3 class="widget-title"><div class="dashicons dashicons-controls-repeat"></div><?php _e( 'REST API', 'wporg' ); ?></h3> 49 <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p> 50 <a href="<?php esc_attr_e( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="rest-api-go get-started go button"><?php _e( 'Make Applications ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a> 51 </div> 52 <div class="widget box box-right transparent"> 53 <h3 class="widget-title"><div class="dashicons dashicons-arrow-right-alt2"></div><?php _e( 'WP-CLI', 'wporg' ); ?></h3> 54 <p class="widget-description"><?php _e( 'Want to accelerate your workflow managing WordPress?', 'wporg' ); ?></p> 55 <a href="<?php esc_attr_e( get_post_type_archive_link( 'command' ) ); ?>" class="wp-cli-go get-started go button"><?php _e( 'Run Commands ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a> 56 </div> 57 </div> 58 </div><!-- /topic-guide --> 59 60 <?php /* 51 61 <main id="main" class="site-main section" role="main"> 52 62 53 63 <?php while ( have_posts() ) : the_post(); ?>