Removed non-standard :endif notation.

This commit is contained in:
nicolasconnault
2007-05-28 00:22:17 +00:00
parent 271c7a98bc
commit 4e83465eed
+2 -2
View File
@@ -255,7 +255,7 @@ function wiki_link_regex_callback( $uu ) {
$href = trim($href);
/* create _no_ WikiLinks */
if ( false ):
if ( false ){
// interwiki links
if ( strpos($href, ":") &&
!strpos($href, "//") &&
@@ -275,7 +275,7 @@ function wiki_link_regex_callback( $uu ) {
EWIKI_SCRIPT . urlencode($href) /*.EWIKI_ADDPARAMDELIM.'edit'*/ .
' ">?</a>';
}
endif;
}
// convert normal URLs
foreach ( $ewiki_idf_url as $find ) {