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-plugins
/
commentcenter
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
..
imgs
Plugin CommentCenter has proved to be very useful and therefore becomes part of the FP standard distribution.
2020-01-03 21:30:16 +01:00
inc
First commit in 2021 \o/
2021-01-01 00:24:24 +01:00
lang
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
res
Plugin CommentCenter has proved to be very useful and therefore becomes part of the FP standard distribution.
2020-01-03 21:30:16 +01:00
tpls
First commit in 2021 \o/
2021-01-01 00:24:24 +01:00
plugin.commentcenter.php
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