Skip to content

Commit ac85f79

Browse files
authored
Update filter-php-variable-sanitize.php
1 parent c36f98b commit ac85f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter-php-variable-sanitize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_file_name($text) : 'A-1-.@^').'</code></td><td><code>sanitize_file_name($text)</code></td></tr>';
7979
echo '<tr><td><code>'.htmlentities(defined('ABSPATH') ? sanitize_email($text) : '(empty)').'</code></td><td><code>sanitize_email($text)</code></td></tr>';
8080
echo $divideeeeeeeeer;
81-
echo '<tr><td cospan="2">source code at : <b>github.com/tazotodua/useful-php-scripts</b><td></tr>';
81+
echo '<tr><td cospan="2">source code at : <b>github.com/ttodua/useful-php-scripts</b><td></tr>';
8282
echo '</tbody></table>';
8383
?>

0 commit comments

Comments
 (0)