This website requires JavaScript.
Explore
Help
Sign In
Beanz
/
flatpress
Watch
1
Star
0
Fork
0
You've already forked flatpress
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
flatpress
/
fp-includes
History
azett
27c3e825b3
Fixed Heredoc strings. Turns out, Heredoc syntax -
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
- only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
...
Fix: Changed Heredoc strings to "normal" strings.
2021-02-13 13:47:18 +01:00
..
core
Fixed Heredoc strings. Turns out, Heredoc syntax -
https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
- only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
2021-02-13 13:47:18 +01:00
smarty
Getting FlatPress ready for PHP 8: Added a lot of missing checks for undefined variables and array keys in template and PHP files.
2020-12-19 12:52:53 +01:00