Changeset 13567 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
- Timestamp:
- 04/18/2024 11:29:59 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/functions.php
r13559 r13567 16 16 */ 17 17 add_filter( 'bbp_show_lead_topic', '__return_true' ); 18 19 /** 20 * Remove the helphub table of contents from the handbook pages. 21 */ 22 add_filter( 'wporg_handbook_toc_should_add_toc', '__return_false' ); 18 23 19 24 /**
Note: See TracChangeset
for help on using the changeset viewer.