Changeset 8791 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
- Timestamp:
- 05/14/2019 08:19:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r8691 r8791 73 73 require __DIR__ . '/inc/import-docs.php'; 74 74 75 if ( is_user_logged_in() || wp_doing_cron() ) {76 75 // Block Editor handbook. 77 76 require __DIR__ . '/inc/import-block-editor.php'; 78 }79 77 80 78 // Coding Standards handbook.
Note: See TracChangeset
for help on using the changeset viewer.