Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
r8665 r10000 85 85 function wporg_is_handbook_landing_page() { 86 86 return $GLOBALS['wp_query']->is_handbook_root; 87 } 87 } 88 88 89 89 /**
Note: See TracChangeset
for help on using the changeset viewer.