Changeset 2306
- Timestamp:
- 02/13/05 23:46:33 (4 years ago)
- Files:
-
- trunk/wp-includes/template-functions-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/template-functions-general.php
r2292 r2306 240 240 return "\t<link rel='archives' title='$title_text' href='$url' />\n"; 241 241 } elseif ('option' == $format) { 242 return "\t<option value='$url'>$ text</option>\n";242 return "\t<option value='$url'>$before $text $after</option>\n"; 243 243 } elseif ('html' == $format) { 244 244 return "\t<li>$before<a href='$url' title='$title_text'>$text</a>$after</li>\n";
