I've previously been using a plugin at exec. time 65,000 to clean up the comments in my HTML; however, it wasn't as effective as vBSEOs, so I decided to revisit that.
I changed the conditional that determines execution of the vBSEO HTML cleanup from:
PHP Code:
if(VBSEO_CODE_CLEANUP && !isset($_GET['vbseo_nocleanup']) && !$_POST['ajax'] && !$VBSEO_REWRITE_TEXTURLS)
To:
PHP Code:
if(VBSEO_CODE_CLEANUP && !isset($_GET['vbseo_nocleanup']) && !$_POST['ajax'] && !$VBSEO_REWRITE_TEXTURLS && !$_GET['language'])
Is this safe to use, or will it break parts of vBET?