Searched refs:commented_by (Results 1 – 2 of 2) sorted by relevance
56 $commented_by = !empty($_GET['commented_by']) ? spam_protect($_GET['commented_by'], 'reverse') : ''; variable73 if ($commented_by != '') {209 if ($commented_by != '') {210 $where_clause .= ' AND c.email = ' . $dbh->quote($commented_by);
85 'commented_by' => urlencode($commented_by),351 …_by" placeholder="me@example.com" value="<?php echo htmlspecialchars($commented_by, ENT_COMPAT, 'U…
Completed in 13 milliseconds