Changeset 5763 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-command.php
- Timestamp:
- 08/07/2017 07:44:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-command.php
r5615 r5763 10 10 11 11 <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>17 12 <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'wporg' ) ); ?> 18 13 <?php
Note: See TracChangeset
for help on using the changeset viewer.