Changeset 9151 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
- Timestamp:
- 09/26/2019 02:53:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r8882 r9151 52 52 53 53 <?php if ( ! get_query_var( 'plugin_advanced' ) ) : ?> 54 <script type="text/javascript">if ( '#changelog' == window.location.hash ) { window.location.hash = '#developers'; }</script>55 54 <span id="description"></span> 56 55 <span id="reviews"></span> … … 70 69 <li id="tablink-developers"><a href="#developers"><?php esc_html_e( 'Development', 'wporg-plugins' ); ?></a></li> 71 70 </ul> 71 <script type="text/javascript">if ( '#changelog' == window.location.hash ) { window.location.hash = '#developers'; }</script> 72 72 <?php endif; ?> 73 73
Note: See TracChangeset
for help on using the changeset viewer.