Changeset 2569
- Timestamp:
- 02/24/2016 06:26:50 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
-
single-plugin-handbook.php (modified) (1 diff)
-
single-theme-handbook.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php
r2508 r2569 18 18 <?php get_template_part( 'content', 'handbook'); ?> 19 19 20 <?php \WPorg_Handbook_Navigation:: navigate_via_menu( 'Plugin Table of Contents' ); ?>20 <?php \WPorg_Handbook_Navigation::show_nav_links( 'Plugin Table of Contents' ); ?> 21 21 22 22 <?php endwhile; // end of the loop. ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-theme-handbook.php
r2508 r2569 18 18 <?php get_template_part( 'content', 'handbook'); ?> 19 19 20 <?php \WPorg_Handbook_Navigation:: navigate_via_menu( 'Theme Table of Contents' ); ?>20 <?php \WPorg_Handbook_Navigation::show_nav_links( 'Theme Table of Contents' ); ?> 21 21 22 22 <?php endwhile; // end of the loop. ?>
Note: See TracChangeset
for help on using the changeset viewer.