Skip to content

Commit c67896b

Browse files
committed
fix for #79
1 parent 6e5d907 commit c67896b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function simpletoc_add_ids_to_content( $content ) {
164164
return $content;
165165
}
166166

167-
add_filter( 'the_content', __NAMESPACE__ . '\simpletoc_add_ids_to_content', 999 );
167+
add_filter( 'the_content', __NAMESPACE__ . '\simpletoc_add_ids_to_content', 999 );
168168

169169
/**
170170
* Recursively adds IDs to the headings of a nested block structure.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
7070

7171
== Changelog ==
7272

73-
= 6.9.7 =
73+
= 6.9.7 =
7474
* Fixed: GeneratePress Dynamic Tags work again - hopefully. If not, please report here https://github.com/mtoensing/simpletoc/issues/79#issuecomment-3745650464 Thanks @jhanten
7575

7676
= 6.9.6 =

0 commit comments

Comments
 (0)