[wp-cvs] wordpress/wp-includes template-functions-author.php, 1.10,
1.11
Ryan Boren
rboren at users.sourceforge.net
Fri Sep 3 04:03:58 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5648
Modified Files:
template-functions-author.php
Log Message:
Add missing quotes. Bug 0000254.
Index: template-functions-author.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-author.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** template-functions-author.php 18 Jun 2004 00:22:09 -0000 1.10
--- template-functions-author.php 3 Sep 2004 04:03:55 -0000 1.11
***************
*** 123,127 ****
if (!isset($r['feed_image'])) $r['feed_image'] = '';
! list_authors($r['optioncount'], $r['exclude_admin'], $r['show_fullname'], $r[hide_empty], $r['feed'], $r['feed_image']);
}
--- 123,127 ----
if (!isset($r['feed_image'])) $r['feed_image'] = '';
! list_authors($r['optioncount'], $r['exclude_admin'], $r['show_fullname'], $r['hide_empty'], $r['feed'], $r['feed_image']);
}
More information about the cvs
mailing list