Changeset 3648 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
- Timestamp:
- 07/08/2016 02:30:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r3625 r3648 63 63 */ 64 64 public function add_toc( $content ) { 65 if ( ! in_the_loop() ) { 66 return $content; 67 } 68 65 69 $toc = ''; 66 70
Note: See TracChangeset
for help on using the changeset viewer.