[wp-cvs] wordpress/wp-includes functions.php,1.178,1.179
Donncha O Caoimh
donncha at users.sourceforge.net
Mon Oct 4 10:19:45 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17805/wp-includes
Modified Files:
functions.php
Log Message:
Missing ";"
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.178
retrieving revision 1.179
diff -C2 -d -r1.178 -r1.179
*** functions.php 4 Oct 2004 08:49:45 -0000 1.178
--- functions.php 4 Oct 2004 10:19:43 -0000 1.179
***************
*** 1485,1489 ****
$ok_to_comment = $wpdb->get_var("SELECT comment_approved FROM $wpdb->comments WHERE comment_author_email = '$email' and comment_approved = '1' ");
if ( 1 == $ok_to_comment && false === strpos( $email, get_settings('moderation_keys')) )
! return true
return false;
}
--- 1485,1489 ----
$ok_to_comment = $wpdb->get_var("SELECT comment_approved FROM $wpdb->comments WHERE comment_author_email = '$email' and comment_approved = '1' ");
if ( 1 == $ok_to_comment && false === strpos( $email, get_settings('moderation_keys')) )
! return true;
return false;
}
***************
*** 1809,1811 ****
}
! ?>
\ No newline at end of file
--- 1809,1811 ----
}
! ?>
More information about the cvs
mailing list