Browse Source

function might be removed in 1.6.

tokul 20 years ago
parent
commit
ac9598c450
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/plugin.php

+ 1 - 0
functions/plugin.php

@@ -184,6 +184,7 @@ function boolean_hook_function($name,$parm=NULL,$priority=0,$tie=false) {
  * FIXME: This function needs to have its name changed!
  * FIXME: This function needs to have its name changed!
  *
  *
  * @return bool whether this browser properly supports JavaScript
  * @return bool whether this browser properly supports JavaScript
+ * @deprecated use checkForJavascript() since 1.5.1
  */
  */
 function soupNazi(){
 function soupNazi(){
     return !checkForJavascript();
     return !checkForJavascript();