Merge pull request #101 from kosvrouvas/master
Fix a typo in a comment +1 thx @kosvrouvas
This commit is contained in:
commit
a9e60bc26f
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
/* Inspired by Simon Bradburys cleanup.php fromb4st theme https://github.com/SimonPadbury/b4st */
|
/* Inspired by Simon Bradburys cleanup.php fromb4st theme https://github.com/SimonPadbury/b4st */
|
||||||
/*
|
/*
|
||||||
Removes the generator tag with WP version numbers. Hackes will use this to find weak and old WP installs
|
Removes the generator tag with WP version numbers. Hackers will use this to find weak and old WP installs
|
||||||
*/
|
*/
|
||||||
function no_generator() {
|
function no_generator() {
|
||||||
return '';
|
return '';
|
||||||
|
|
Reference in New Issue