Making WordPress.org

Ticket #2937: 2937.1.diff

File 2937.1.diff, 1.2 KB (added by danielbachhuber, 7 years ago)
  • wp-content/themes/pub/wporg-developer/page-home-landing.php

     
    3030                                                <p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>
    3131                                                <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>
    3232                                        </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>
    3338                                </div>
    3439                        </div><!-- /topic-guide -->
    3540