[wp-cvs] wordpress/wp-includes functions-post.php,1.45,1.46
Ernest MacDougal Campbell III
emc3 at users.sourceforge.net
Wed Feb 16 22:01:56 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28659/wp-includes
Modified Files:
functions-post.php
Log Message:
Oops. Stupid typo. Thanks, Ryan.
Index: functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions-post.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** functions-post.php 16 Feb 2005 21:35:58 -0000 1.45
--- functions-post.php 16 Feb 2005 22:01:52 -0000 1.46
***************
*** 440,444 ****
if ( isset($_SERVER['REMOTE_ADDR']) ) {
! if ( $wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true;
}
--- 440,444 ----
if ( isset($_SERVER['REMOTE_ADDR']) ) {
! if ( wp_proxy_check($_SERVER['REMOTE_ADDR']) ) return true;
}
More information about the cvs
mailing list