[BUGFIX] Do not preview website title if config.showWebsiteTitle is false - #655
Conversation
…alse Also removes code fetching the sitetitle from typoscript which was deprecated in TYPO3 version 10 and removed in version 11. Resolves: Yoast#654
|
Hi @Mabahe, Thanks for the PR! Something that was missed during the 12 upgrade I see. Although Is it okay if I restore that line (with a todo comment) or did this line also produce a bug? |
|
Hi @RinyVT, you can access $GLOBALS['TSFE']->tmpl only < v13 and fetching the sitetitle from typoscript was |
|
Here is the position in v10 core |
|
Good point, although it would technically be a breaking change (if someone has set |
Test instructions
This PR can be tested by following these steps:
Quality assurance
Fixes #654