Changeset 5615
- Timestamp:
- 07/03/2017 01:35:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-command.php
r5614 r5615 12 12 <?php the_excerpt(); 13 13 $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'; 15 15 ?> 16 16 <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.