Making WordPress.org

Changeset 5615


Ignore:
Timestamp:
07/03/2017 01:35:16 PM (8 years ago)
Author:
danielbachhuber
Message:

dev/cli: Link to all GH issues, not just open ones

This will make it more obvious that it's not broken

See https://github.com/wp-cli/wp-cli/issues/4128#issuecomment-306479205

File:
1 edited

Legend:

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

    r5614 r5615  
    1212        <?php the_excerpt();
    1313        $cmd_slug = str_replace( 'wp ', '', get_the_title() );
    14         $github_issues = 'https://github.com/issues?q=is%3Aopen+label%3A' . urlencode( 'command:' . str_replace( ' ', '-', $cmd_slug ) ) . '+sort%3Aupdated-desc+org%3Awp-cli';
     14        $github_issues = 'https://github.com/issues?q=label%3A' . urlencode( 'command:' . str_replace( ' ', '-', $cmd_slug ) ) . '+sort%3Aupdated-desc+org%3Awp-cli';
    1515        ?>
    1616        <p><a class="button" href="<?php echo esc_url( $github_issues ); ?>"><?php esc_html_e( 'GitHub Issues', 'wporg' ); ?></a></p>
Note: See TracChangeset for help on using the changeset viewer.