Changeset 11366 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/index.php
- Timestamp:
- 12/14/2021 01:30:57 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/handbook-toc/index.php
r11365 r11366 14 14 $post_types = array_keys( helphub_post_types()->post_types ); 15 15 16 new \WPorg_Handbook_TOC( $post_types ); 16 new \WPorg_Handbook_TOC( $post_types, array( 17 'header_text' => __( 'Topics', 'wporg-forums' ), 18 'top_text' => __( 'Top ↑', 'wporg-forums' ), 19 ) ); 17 20 } ); 18 21
Note: See TracChangeset
for help on using the changeset viewer.