[wp-cvs] wordpress/wp-includes template-functions-author.php, 1.17, 1.18

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Jan 24 07:55:06 GMT 2005


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

Modified Files:
	template-functions-author.php 
Log Message:
http://mosquito.wordpress.org/view.php?id=690

Index: template-functions-author.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-author.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** template-functions-author.php	7 Jan 2005 22:01:59 -0000	1.17
--- template-functions-author.php	24 Jan 2005 07:55:03 -0000	1.18
***************
*** 169,173 ****
          if (! ($posts == 0 && $hide_empty)) echo "<li>";
          if ($posts == 0) {
!             if (! $hide_empty) echo $name;
          } else {
              $link = '<a href="' . get_author_link(0, $author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), wp_specialchars($author->user_nickname)) . '">' . $name . '</a>';
--- 169,174 ----
          if (! ($posts == 0 && $hide_empty)) echo "<li>";
          if ($posts == 0) {
!             if ( !$hide_empty )
! 				$link = $name;
          } else {
              $link = '<a href="' . get_author_link(0, $author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), wp_specialchars($author->user_nickname)) . '">' . $name . '</a>';



More information about the cvs mailing list