Ticket #2937: 2937.1.diff
File 2937.1.diff, 1.2 KB (added by , 7 years ago) |
---|
-
wp-content/themes/pub/wporg-developer/page-home-landing.php
30 30 <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p> 31 31 <a href="<?php echo esc_url( 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 32 </div> 33 <div class="widget box box-right transparent"> 34 <h3 class="widget-title"><div class="dashicons dashicons-arrow-right-alt2"></div><?php _e( 'WP-CLI', 'wporg' ); ?></h3> 35 <p class="widget-description"><?php _e( 'Want to accelerate your workflow managing WordPress?', 'wporg' ); ?></p> 36 <a href="<?php echo esc_url( home_url( 'cli/commands/' ) ); ?>" class="wp-cli-go get-started go button"><?php _e( 'Run Commands ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a> 37 </div> 33 38 </div> 34 39 </div><!-- /topic-guide --> 35 40