[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
- Previous message: [wp-cvs] wordpress/wp-admin install.php,1.53,1.54
- Next message: [wp-cvs] wordpress/wp-content/themes/default comments.php, 1.3,
1.4 page.php, 1.2, 1.3 searchform.php, 1.1, 1.2 sidebar.php,
1.4, 1.5 single.php, 1.1, 1.2 style.css, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>';
- Previous message: [wp-cvs] wordpress/wp-admin install.php,1.53,1.54
- Next message: [wp-cvs] wordpress/wp-content/themes/default comments.php, 1.3,
1.4 page.php, 1.2, 1.3 searchform.php, 1.1, 1.2 sidebar.php,
1.4, 1.5 single.php, 1.1, 1.2 style.css, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list