[wp-cvs] wordpress/wp-admin index.php,1.14,1.15

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Jan 15 00:56:45 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25405/wp-admin

Modified Files:
	index.php 
Log Message:
http://mosquito.wordpress.org/view.php?id=687

Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/index.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** index.php	1 Jan 2005 22:15:58 -0000	1.14
--- index.php	15 Jan 2005 00:56:42 -0000	1.15
***************
*** 48,52 ****
  
  <?php
! if ( $comments = $wpdb->get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments ORDER BY comment_date_gmt DESC LIMIT 5") ) :
  ?>
  <div>
--- 48,52 ----
  
  <?php
! if ( $comments = $wpdb->get_results("SELECT comment_author, comment_author_url, comment_ID, comment_post_ID FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 5") ) :
  ?>
  <div>



More information about the cvs mailing list