Changeset 3712 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
- Timestamp:
- 07/22/2016 06:12:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/template-tags.php
r3698 r3712 74 74 75 75 /** 76 * Is the current page acting as a handbook's landing page? 77 * 78 * @return bool True if the current page is the landing page for a handbook, false otherwise. 79 */ 80 function wporg_is_handbook_landing_page() { 81 return get_query_var( 'is_handbook_root' ); 82 } 83 84 /** 76 85 * Is the current (or specified) post_type a handbook post type? 77 86 *
Note: See TracChangeset
for help on using the changeset viewer.