friendica/src/Content/Text
Hypolite Petovan 458981f75c Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
..
BBCode.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
HTML.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
Markdown.php Rename App Methods 2018-10-10 00:16:06 +02:00
Plaintext.php Copy include/bbcode functions to src methods 2018-02-04 19:25:22 -05:00