Mark strings for translation.

git-svn-id: https://develop.svn.wordpress.org/trunk@1106 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-04-20 04:15:18 +00:00
parent e4092d6f1e
commit fd96a38fd7
5 changed files with 73 additions and 77 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<p align="center" style="width: 100%" class="tabletoprow"><strong><a href="http://wordpress.org">WordPress</a></strong> <?php echo $wp_version ?> &#8212; <a href="http://wordpress.org/support/">Support Forums</a><br />
<p align="center" style="width: 100%" class="tabletoprow"><?php printf(__('<strong><a href="%s">WordPress</a></strong> %s &#8212; <a href="%s">Support Forums</a><br />'), 'http://wordpress.org', $wp_version, 'http://wordpress.org/support/') ?>
<?php
echo number_format(timer_stop(), 2)." seconds";
printf(__('%s seconds'), number_format(timer_stop(), 2));
?>
</p>