Skip to content

Commit

Permalink
Update filter-php-variable-sanitize.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ttodua authored Jan 22, 2020
1 parent c36f98b commit ac85f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter-php-variable-sanitize.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_file_name($text) : 'A-1-.@^').'</code></td><td><code>sanitize_file_name($text)</code></td></tr>';
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_email($text) : '(empty)').'</code></td><td><code>sanitize_email($text)</code></td></tr>';
echo $divideeeeeeeeer;
echo '<tr><td cospan="2">source code at : <b>github.com/tazotodua/useful-php-scripts</b><td></tr>';
echo '<tr><td cospan="2">source code at : <b>github.com/ttodua/useful-php-scripts</b><td></tr>';
echo '</tbody></table>';
?>

0 comments on commit ac85f79

Please sign in to comment.