Changeset 3708
- Timestamp:
- 07/22/2016 05:33:03 PM (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
r3648 r3708 71 71 $items = $this->get_tags( 'h([1-4])', $content ); 72 72 73 if ( count( $items ) < 2 ) { 74 return $content; 75 } 76 73 77 for ( $i = 1; $i <= 4; $i++ ) 74 78 $content = $this->add_ids_and_jumpto_links( "h$i", $content );
Note: See TracChangeset
for help on using the changeset viewer.