We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36f98b commit ac85f79Copy full SHA for ac85f79
filter-php-variable-sanitize.php
@@ -78,6 +78,6 @@
78
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_file_name($text) : 'A-1-.@^').'</code></td><td><code>sanitize_file_name($text)</code></td></tr>';
79
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_email($text) : '(empty)').'</code></td><td><code>sanitize_email($text)</code></td></tr>';
80
echo $divideeeeeeeeer;
81
-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>';
82
echo '</tbody></table>';
83
?>
0 commit comments