Changeset 2306

Show
Ignore:
Timestamp:
02/13/05 23:46:33 (4 years ago)
Author:
saxmatt
Message:

Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/template-functions-general.php

    r2292 r2306  
    240240        return "\t<link rel='archives' title='$title_text' href='$url' />\n"; 
    241241    } elseif ('option' == $format) { 
    242         return "\t<option value='$url'>$text</option>\n"; 
     242        return "\t<option value='$url'>$before $text $after</option>\n"; 
    243243    } elseif ('html' == $format) { 
    244244        return "\t<li>$before<a href='$url' title='$title_text'>$text</a>$after</li>\n";