Changeset 8688 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
- Timestamp:
- 04/25/2019 09:34:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r8686 r8688 75 75 // Coding Standards handbook. 76 76 require __DIR__ . '/inc/import-coding-standards.php'; 77 } 78 79 /** 80 * REST API handbook. 81 */ 82 if ( class_exists( '\\WordPressdotorg\\Markdown\\Importer' ) ) { 77 78 // REST API handbook. 83 79 require __DIR__ . '/inc/rest-api.php'; 84 80 }
Note: See TracChangeset
for help on using the changeset viewer.