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
/
jquery
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
..
res
jQueryUI was broken.
2021-01-02 13:18:04 +01:00
plugin.jquery.php
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