[wp-cvs]
wordpress/wp-includes template-functions-general.php, 1.69, 1.70
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sun Feb 13 23:46:36 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25372/wp-includes
Modified Files:
template-functions-general.php
Log Message:
Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596
Index: template-functions-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-general.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -d -r1.69 -r1.70
*** template-functions-general.php 12 Feb 2005 19:06:06 -0000 1.69
--- template-functions-general.php 13 Feb 2005 23:46:33 -0000 1.70
***************
*** 240,244 ****
return "\t<link rel='archives' title='$title_text' href='$url' />\n";
} elseif ('option' == $format) {
! return "\t<option value='$url'>$text</option>\n";
} elseif ('html' == $format) {
return "\t<li>$before<a href='$url' title='$title_text'>$text</a>$after</li>\n";
--- 240,244 ----
return "\t<link rel='archives' title='$title_text' href='$url' />\n";
} elseif ('option' == $format) {
! return "\t<option value='$url'>$before $text $after</option>\n";
} elseif ('html' == $format) {
return "\t<li>$before<a href='$url' title='$title_text'>$text</a>$after</li>\n";
More information about the cvs
mailing list