friendica/src/Protocol
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
..
ActivityPub Some more AP blocking 2018-11-22 22:31:48 +00:00
ActivityPub.php Fixes #6071: We should use the correct variable ... 2018-11-04 09:18:36 +00:00
DFRN.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
Diaspora.php Rename removeTags to escapeTags 2018-11-09 13:29:42 -05:00
Email.php Function calls 2018-11-06 21:16:27 -05:00
Feed.php Remove useless rawurlencode calls for building hashtag bbcode 2018-11-22 09:32:41 -05:00
OStatus.php Remove useless rawurlencode calls for building hashtag bbcode 2018-11-22 09:32:41 -05:00
PortableContact.php Replace x() by isset(), !empty() or defaults() 2018-11-30 09:06:22 -05:00
Salmon.php normalise_link calls 2018-11-08 11:28:29 -05:00