diff --git a/crouton.php b/crouton.php index 5031a20..1eba0f8 100644 --- a/crouton.php +++ b/crouton.php @@ -336,7 +336,7 @@ private function outputTag() * When we are processing the main shortcodes themselves, we can just insert standard tags, because the difference is * in how we initialize the JS Crouton object. And we do that when deciding whether to enqueue scripts or not. * - * @return void + * @return string */ public function replaceShortcodeWithStandardTags() { diff --git a/readme.txt b/readme.txt index e0ce105..1436c27 100644 --- a/readme.txt +++ b/readme.txt @@ -39,8 +39,6 @@ https://demo.bmlt.app/crouton = 3.20.5 = * Fix list_service_bodies including the parent service body. * Correctly call add_inline_script, and always use it. - -= 3.20.4 = * Bug fix for checkbox placing JS in footer * Accessibility improvements