Squash merge branch linting
This commit is contained in:
parent
0c7c0d155b
commit
c8950e6d1a
35 changed files with 15883 additions and 1769 deletions
|
@ -500,7 +500,9 @@ abstract class Footnotes_Layout_Engine {
|
|||
'<option value="%s" %s>%s</option>',
|
||||
$l_str_value,
|
||||
// Only check for equality, not identity, WRT backlink symbol arrows.
|
||||
// phpcs:disable WordPress.PHP.StrictComparisons.LooseComparison
|
||||
$l_str_value == $l_arr_data['value'] ? 'selected' : '',
|
||||
// phpcs:enable WordPress.PHP.StrictComparisons.LooseComparison
|
||||
$l_str_caption
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue