/" method="get" data-beforeunload="continue">
[
'label' => _s('All these words'),
'placeholder' => _s('Type the important words: tri-colour rat terrier')
],
'as_epq' => [
'label' => _s('This exact word or phrase'),
'placeholder' => _s('Put exact words in quotes: "rat terrier"')
],
/*
'as_oq' => [
'label' => _s('Any of these words'),
'placeholder' => _s('Type OR between all the words you want: miniature OR standard')
],
*/
'as_eq' => [
'label' => _s('None of these words'),
'placeholder' => _s('Put a minus sign just before words you don\'t want: -rodent -"Jack Russell"')
]
] as $k => $v) {
?>