Making WordPress.org


Ignore:
Timestamp:
08/07/2017 07:44:24 PM (9 years ago)
Author:
danielbachhuber
Message:

devhub/cli: First pass at retooling iA of command page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-command.php

    r5615 r5763  
    1010
    1111        <div class="entry-content">
    12                 <?php the_excerpt();
    13                 $cmd_slug = str_replace( 'wp ', '', get_the_title() );
    14                 $github_issues = 'https://github.com/issues?q=label%3A' . urlencode( 'command:' . str_replace( ' ', '-', $cmd_slug ) ) . '+sort%3Aupdated-desc+org%3Awp-cli';
    15                 ?>
    16                 <p><a class="button" href="<?php echo esc_url( $github_issues ); ?>"><?php esc_html_e( 'GitHub Issues', 'wporg' ); ?></a></p>
    1712                <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'wporg' ) ); ?>
    1813                <?php
Note: See TracChangeset for help on using the changeset viewer.