[wp-cvs] wordpress/wp-includes classes.php,1.12,1.13
Ryan Boren
rboren at users.sourceforge.net
Sun Sep 5 20:06:04 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26802
Modified Files:
classes.php
Log Message:
Remove left over debug output.
Index: classes.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/classes.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** classes.php 5 Sep 2004 20:00:09 -0000 1.12
--- classes.php 5 Sep 2004 20:06:01 -0000 1.13
***************
*** 533,537 ****
}
- echo "where: $where <br />";
$where = apply_filters('posts_where', $where);
$where .= " GROUP BY $wpdb->posts.ID";
--- 533,536 ----
More information about the cvs
mailing list