All Questions
Tagged with coding-standards validation
2 questions
1
vote
2
answers
2k
views
Assignments must be the first block of code on a line Validation Error on Travis
Travis is giving me ~ Assignments must be the first block of code on a line for this specific line of code:
$validate_string = $pf_param_string = substr( $pf_param_string, 0, - 1 );
It seems fine ...
0
votes
1
answer
80
views
Why the WP Core team does not allow filter_* functions? [closed]
This question is somehow related to this other question.
Provided that is seems we have a solution for the magic quotes issues, why the WP Core team does not allow them?
This is unclear to me and I ...