diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme-single.php
index 64f98eb..55df751 100644
|
a
|
b
|
|
| 158 | 158 | <li><a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li> |
| 159 | 159 | <li><a href="//themes.svn.wordpress.org/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Subversion Repository', 'wporg-themes' ); ?></a></li> |
| 160 | 160 | <li><a href="//themes.trac.wordpress.org/browser/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Browse in Trac', 'wporg-themes' ); ?></a></li> |
| | 161 | <li><a href="//themes.trac.wordpress.org/query?keywords=~theme-<?php echo $theme->slug; ?>" rel="nofollow"><?php _e( 'Trac Tickets', 'wporg-themes' ); ?></a></li> |
| 161 | 162 | </ul> |
| 162 | 163 | </div><!-- .theme-devs --> |
| 163 | 164 | </div> |